TPaintEventHandler Delegate
Represents the method that will handle the OnPaint event of a TClrCustomControl.
type TPaintEventHandler = procedure(Sender: TObject; E: _PaintEventArgs) of Object;
Represents the method that will handle the OnPaint event of a TClrCustomControl.
type TPaintEventHandler = procedure(Sender: TObject; E: _PaintEventArgs) of Object;