RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceField.Value Property

Represents the data in an interface field component.

Pascal
property Value: IUnknown;
C++
__property IUnknown Value;

Use Value to read data directly from and write data directly to a field component at runtime. The Value property can affect the contents of a field even if it is not Visible

 

Text 

DisplayText 

AsVariant 

Visible

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