IFormControl.MaxTabLength

Syntax

MaxTabLength: Integer;

Description

The MaxTabLength property determines the maximum allowed header length of the MDI child form. If this length is exceeded in the header of tab that corresponds to this form, the shortened header is displayed.

Comments

The property is set to 0 by default, the full header of the form is displayed in the tab header.

When the property is set to the value in the range of 10-255 characters, if the length of the MDI child form header is greater than the specified value, the shortened header is displayed in the header of the appropriate tab. Three dots are added to the end of the header. The tooltip that contains full header of the MDI child form is displayed when the cursor is pointed at the header.

NOTE. The property is determined individually for each child MDI form.

Example

See also:

IFormControl