DesignIntf.GReferenceExpandable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GReferenceExpandable: Boolean = True;

C++

extern DELPHI_PACKAGE bool GReferenceExpandable;

Properties

Type Visibility Source Unit Parent
variable public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Indicates whether the Object Inspector treats component properties as expandable subproperties.

GReferenceExpandable controls whether the Object Inspector lets you expand properties whose values are components to access the properties of the subcomponent. By default, GReferenceExpandable is true, meaning component properties can be expanded. If you change GReferenceExpandable to false, you must select the component that is the value of a property in order to access its properties.