TControlBoundsChangedEvent

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TEventAbstract base class for a notification that can be sent for some event.
3TControlEventAbstract base class for a TEvent that is specifically triggered by a TControl.
4TControlBoundsChangedEvent

Source

UserInterface.Control.Event.pas (59)

Fields

ScopeVisibilityTypeNameDescription
InstancepublicTInteger32RectangleOldBounds
InstancepublicTInteger32RectangleNewBounds

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Control: TControl; OldBounds: TInteger32Rectangle; NewBounds: TInteger32Rectangle)