Unit 'vte_dbgrid' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_virtualtreesextra]

TOnPostChanges

Declaration

Source position: vte_dbgrid.pas line 107

type TOnPostChanges = procedure(

  Sender: TCustomVirtualDBGrid;

  const FieldNameOrIDText: string;

  Column: TcolumnIndex;

  ColumnType: TColumnType;

  RecordData: TRecordData;

  RowIndex: Cardinal;

  var NewValue: string;

  var PostChanges: Boolean

) of object;



CT Web help

CodeTyphon Studio