Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > DB-Aware

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 12-05-2000, 04:41 AM
N/A
Guest
 
Posts: n/a
Default Reading data from a dbLabel instead of DB

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,
Reply With Quote
  #2  
Old 12-05-2000, 05:01 AM
N/A
Guest
 
Posts: n/a
Default RE: Reading data from a dbLabel instead of DB

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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.