formhelp Margins structure
Return to Introduction  Previous page  Next page
Applies to
acFormHelp component.  

Declaration
type  
  TacFormHelpMargins = class  
  published  
    property Horizontal: Byte default 10;  
    property Vertical: Byte default 4;  
  end;  

Description
The Margins specifies width and height (in pixels) for space between the border and the text in the help window.  

See also
MarginHorz and MarginVert properties of acRichLabel component.