hiSetLayoutFrameTitle
hiSetLayoutFrameTitle(g_title g_formRegionOrLayout[s_layoutName] ) =>t_title/t/nil
Description
Sets the frame title of a hiLayout form, a scroll region, or a tab page in the hiLayout form.
Arguments
|
A hiLayoutSymbol for a hiLayout contained with the form or region. If this argument is not specified, then the main hiLayout of the form or region is used. |
|
Value Returned
Examples
Set and returns the title, Frame for the frame layout, 'MyFrameLayout.
hiSetLayoutFrameTitle( "Frame" MyForm 'MyFrameLayout )
=> Frame
Related Topics
Return to top