ImageEn, unit iexLayerProps

TIELayerProps.Heading

TIELayerProps.Heading


Declaration

property Heading: string;


Description

The caption that is shown above the tab control if HeadingMode = iehCustom.



Default: ''


Examples

// Show a custom heading
IELayerProps1.HeadingMode := iehCustom;
IELayerProps1.Heading := 'Specify Layer Properties...';