TNotifyEvent

E1014696

TNotifyEvent is a Delphi event type representing a method pointer used for handling component notifications such as timer or control events.

All labels observed (1)

Label Occurrences
TNotifyEvent canonical 1

How this entity was disambiguated

Statements (41)

Predicate Object
instanceOf Delphi event type ⓘ
method pointer type ⓘ
belongsTo System.Classes unit ⓘ
linked to: System.Classes
callingConvention of object ⓘ
category Delphi type ⓘ
event model construct ⓘ
definedIn Object Pascal ⓘ
hasReturnType void ⓘ
hasSignature procedure(Sender: TObject) of object ⓘ
isBaseEventTypeFor OnChange ⓘ
OnClick ⓘ
OnClose ⓘ
OnCreate ⓘ
OnDestroy ⓘ
OnEnter ⓘ
OnExit ⓘ
OnHide ⓘ
OnResize ⓘ
OnShow ⓘ
OnTimer ⓘ
many VCL component events ⓘ
isManagedBy Delphi runtime ⓘ
isMethodPointerTo object method ⓘ
isReferenceType true ⓘ
isSimpleEventType true ⓘ
languageFeature event handling ⓘ
parameterName Sender ⓘ
parameterType TObject ⓘ
linked to: TComponent
relatedTo TComponent ⓘ
TControl ⓘ
TTimer ⓘ
supports single Sender parameter ⓘ
usedBy TComponent descendants ⓘ
TControl descendants ⓘ
TTimer ⓘ
usedFor component notifications ⓘ
control events ⓘ
generic UI events ⓘ
timer events ⓘ
usedIn Delphi FMX ⓘ
linked to: FMX

Delphi VCL ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

TTimer → propertyTypeOf_OnTimer → TNotifyEvent ⓘ