DesignIntf.GShowReadOnlyProps
[–] Properties | |
---|---|
Type: variable | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: DesignIntf |
Delphi
GShowReadOnlyProps: Boolean = True;
C++
extern DELPHI_PACKAGE bool GShowReadOnlyProps;
Description
Indicates whether the Object Inspector displays published read-only properties.
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.