[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds an application Hint handler.
Source position: forms.pp line 1678
public procedure TApplication.AddOnHintHandler( |
Handler: TNotifyEvent; |
AsFirst: Boolean = True |
); |
Handler |
|
Handler routine added in the method to the list of handlers for the type. |
AsFirst |
|
True if the handler is inserted as the first routine in the list of handlers. False if it is appended to the end of the list. |
|
Types of Application notification handlers. |
Version 4.0 | Generated 2025-05-03 | Home |