DesignEditors.TPropertyEditor.ValueAvailable
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source:  DesignEditors.pas DesignEditors.hpp 
 | |
| Unit: DesignEditors | |
| Parent: TPropertyEditor | |
Delphi
function ValueAvailable: Boolean;
C++
bool __fastcall ValueAvailable();
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.