DesignEditors.TPropertyEditor.ValueAvailable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValueAvailable: Boolean;

C++

bool __fastcall ValueAvailable();

Properties

Type Visibility Source Unit Parent
function public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

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.

See Also