MaxTabLength: Integer;
The MaxTabLength property determines the maximum acceptable header length of the MDI child form. If this length is exceeded in the header of tab that corresponds to this form, the reduced header is displayed.
By default the property is set to 0, 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 reduced 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.
See also: