DesignIntf.GReferenceExpandable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: variable
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

GReferenceExpandable: Boolean = True;

C++

extern DELPHI_PACKAGE bool GReferenceExpandable;

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.