[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a grid column has been resized
Source position: dbgrids.pas line 531
protected property TCustomDBGrid.OnColumnSized : TNotifyEvent |
OnColumnSized is a TNotifyEvent propety that implements the event handler signalled when a column has been resized. OnColumnSized allows the application to perform actions required after the column has been resized. Assign a procedure to the event handler to respond to the event notification.
OnColumnSized is triggered from the HeaderSized method when a change to a column width was requested.
lazarus-ccr.sourceforge.net |