ImageEn, unit iexLayerProps |
|
TIELayerProps.Heading
Declaration
property Heading: string;
Description
The caption that is shown above the tab control if
HeadingMode = iehCustom.
Default: ''
// Show a custom heading
IELayerProps1.HeadingMode := iehCustom;
IELayerProps1.Heading := 'Specify Layer Properties...';