RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBooleanField.Value Property

Represents the value of the data in the Boolean field.

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

Use Value to read data from and write data to a Boolean field object at runtime. Using Value is the same as using the AsBoolean property. Use Value when you know the field component is a Boolean field. Use AsBoolean when working with a generic field component. 

 

AsBoolean

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