TIEEditControls.ShowHeading
Declaration
property ShowHeading: Boolean;
Description
Enables the caption that is shown above the tab control.
Default: True
// Show a heading
IEEditControls1.Heading := 'Edit Image...';
IEEditControls1.ShowHeading := True;
// Hide the heading
IEEditControls1.ShowHeading := False;