RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQuerySelectOptions.Text Property

Specifies the initial value selected in the list box.

Pascal
property Text: string;
C++
__property AnsiString Text;

Use Text to initialize the value of the generated list control. Text should specify one of the values listed in the Items property or referenced by the ItemsField property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!