RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.ValueAvailable Method

Indicates whether all components being edited have a value for the property if their ComponentStyle includes csCheckPropAvail.

Pascal
function ValueAvailable: Boolean;
C++
__fastcall Boolean ValueAvailable();

The Object Inspector calls ValueAvailable to determine which components can be edited for a particular property or which properties can be displayed for a particular component. 

 

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