![]() |
Previous Top Next |
FormHelp component.
|
type
|
TFormHelpPopupWidth = 40..1000;
|
|
property PopupWidth: TFormHelpPopupWidth; // in pixels
|
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.
|
AdjustPopupWidth property.
|