[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.OnResize

Event Handler for resize of control

Declaration

Source position: controls.pp line 1270

public property TControl.OnResize: TNotifyEvent
  read FOnResize
  write FOnResize;

Description

// standard properties, which should be supported by all descendants
Reads or Writes flag if control is re-sized.

See also

#rtl.Classes.TNotifyEvent