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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!