formhelp PopupWidth property
Return to Introduction  Previous page  Next page
Applies to
acFormHelp component.  

Declaration
type  
  TacFormHelpPopupWidth = 40..1000;  
 
property PopupWidth: TacFormHelpPopupWidth; // in pixels  

Description
The PopupWidth property controls the width of popup window with context sensitive help. PopupWidth specifies the width of popup window for all controls on current form. It can assign values in range from 40 up to 1000 pixels. By default this value is 300 pixels.  

See also
AdjustPopupWidth property.