Skip to main content
A newer version of this page is available. .

TcxCustomHintStyleController.Global Property

Specifies whether the current hint controller’s style has a global effect within an application.

Declaration

property Global: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Whenever an active hint style controller with the Global property set to True is present within an application, each control that shows its hints uses this hint style controller’s style unless another (which is called “local”) hint style controller is defined within the form. When neither a global hint style controller (within the application) or a local hint style controller (within the form) is present, the standard hint style is used. Set the Global property to True to designate the current hint style controller as global. Doing so also renders the existing (if any) global hint style controller as local. There can be only one global hint style controller at a time.

Note

The first hint style controller created automatically assumes the global role.

See Also