TitleBar

[property icon] TitleBar

Form has caption

Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.

Applies to: Form


>TitleBar

TitleBar

If set to TRUE the form's title bar is made visible. Setting this property to FALSE will remove the title bar however you also need set the Text$ property for the form to blank. Removing the title bar will also remove the forms system menu and the minimize and maximize options if set.

See also

Form methods, properties and events.