RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DesignIntf.GReferenceExpandable Variable

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

Pascal
GReferenceExpandable: Boolean = True;
C++
Boolean GReferenceExpandable = True;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!