RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DesignIntf.GShowReadOnlyProps Variable

Indicates whether the Object Inspector displays published read-only properties.

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

GShowReadOnlyProps controls whether the Object Inspector shows published read-only properties. By default, GShowReadOnlyProps is true, meaning read-only properties appear in the Object Inspector as grayed out entries. If you change GShowReadOnlyProps to false, read-only properties do not appear in the Object Inspector at all, even if they are published. 

 

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