ImageEn, unit iexLayerProps |
|
TIELayerProps.ShowAdvanced
Declaration
property ShowAdvanced: Boolean;
Description
Whether the "Advanced" tab is shown allowing direct editing of layer properties (a list of Name=Value pairs).
Note: Even if ShowAdvanced is False, the "Advanced" tab is shown if IEGlobalSettings().
LayerPropertiesAdvancedTab = True.
Default: False
// Show the advanced panel
IELayerProps1.ShowAdvanced := True;