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
-------------------------------------------------------------------------------}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
-------------------------------------------------------------------------------}
sorry:
What am i doing wrong? Can you help me?
Thanks a lot.
a.k.
Still got:
No Tag found...
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
Thank you for your help!