TNotifyEvent

From Soldat Community Wiki
Revision as of 19:58, 24 August 2013 by Mighty (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Type used by OnChange and OnChanging as an event handler type.

Declaration

type TNotifyEvent = procedure(Sender: TObject) of object;