DesignIntf.IProperty.ValueAvailable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValueAvailable: Boolean;

C++

virtual bool __fastcall ValueAvailable() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

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