DesignIntf.IProperty.ValueAvailable
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IProperty | |
Delphi
function ValueAvailable: Boolean;
C++
virtual bool __fastcall ValueAvailable() = 0 ;
Description
Indicates whether all components being edited have a value for the property if their ComponentStyle includes csCheckPropAvail.
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.