TrvActionInsertTable.OnInserting

<< Click to display table of contents >>

TrvActionInsertTable.OnInserting

Occurs before table is inserted.

type

  TRVAInsertTableEvent = procedure (Sender: TrvActionInsertTable;

    table: TRVTableItemInfo) of object;

 

property OnInserting: TRVAInsertTableEvent;

This event occurs after all the action's properties are applied to table. You can make additional changes in this event.