![]() |
|
#1
|
|||
|
|||
|
I have a dblabel component on my form and I need to read the 'caption' from the component, but there isn't a 'caption' property or 'text'. How can I do this without reading from the db (since it's not available in the current form I'm in.)
Thanks, |
|
#2
|
|||
|
|||
|
The DBLabel component requires the connection to
the database in order to have a "caption". It is connected by a DataLink to a specified TField object and to read it, you obtain the TField's value. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|