Icon OnInitRow Event

property OnInitRow: TNotifyEvent

Usage

Available In: Client and Server Applications

This event is triggered when the Insert method is called and provides an opportunity to initialize a new row with default values. Any columns modified in this event handler have their Modified property reset after the event handler for this event is done executing.
Image