hiGetFieldMinSize
hiGetFieldMinSize(g_formRegionOrLayout s_fieldName) =>l_widthHeightPrompt/nil
Description
Returns the minimum size for the field widget and prompt.
Arguments
Values Returned
Examples
Returns the minimum sizes for the field widget and prompt. If the field does not have a prompt, 0 is returned for the minimum size of the prompt. The default minimum sizes for most of these fields is 0. The default minimum width for a text field is 15.
hiSetFont()
=> t
hiGetFieldMinSize( hiFontForm 'fontText )
=> (0 0 0)
hiGetFieldMinSize( hiFontForm 'hiFontTextName )
=> (15 0 0)
Related Topics
Return to top