Menu

Param-Tag does not work proper

2004-06-21
2012-07-18
  • Nobody/Anonymous

    Hello,
    i'm using your tool but still being not that successfull. My Comment:
    {*------------------------------------------------------------------------------
      Erzeugen von DBEdits mit zugehrigen Labels

      DESC:     Die Prozedur TForm_Main.CreateLabeledEdit erzeugt ein Editfeld fr
                das Feld Nr. "count" und das zugehrige Label.

      CALL:     TForm_Main.CreateTableFields

      @param    Grid:   Quelle fr die zu erzeugenden Edits
      @param    count:  Akt. zu erzeugendes Feld
      @param    Title:  GridSpaltenberschrift
      @param    Parent: Komponente, fr die das Editfeld erzeugt werden soll

      @return   [-]

      @Author   AK
      @version  16.04.2004/ak
    -------------------------------------------------------------------------------}

     
    • Nobody/Anonymous

      sorry:
      What am i doing wrong? Can you help me?
      Thanks a lot.
      a.k.

       
      • Nobody/Anonymous

        Still got:
        No Tag found...

         
        • TridenT

          TridenT - 2004-06-22

          After @param TAG, you must write the param name. YOU ADD A SPACE just after !

          write it :
          @param Grid Quelle fr die zu erzeugenden Edits

          or

          @param Grid :Quelle fr die zu erzeugenden Edits

          or

          @param Grid : Quelle fr die zu erzeugenden Edits

          and it works !

          TridenT

           
    • Nobody/Anonymous

      Thank you for your help!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.