formroller Caption property
Return to Introduction  Previous page  Next page
Applies to
acCaptionButton component and all other components which uses CaptionButton as base ancestor class - acAppAutoRun, acTrayIcon, acFormTopmost, acFormRoller. Caption is subproperty of SystemMenu.  

Declaration
property Caption: String;  

Description
The Caption property specifies the text for menu item in the form's system menu, associated with current caption button on the title bar. If Caption is not specified, text from Hint property will be taken as item title.  

Note
Default caption for menu item in the system menu for acFormRoller component is 'Roll up' rollup at normal state and 'Roll down' rolldown at reduced window state. Do not use this property to control the tooltip text. For this purpose you can use the HintRollUp and HintRollDown properties!  

See also
Hint property of CaptionButton