Library Vcl NextSuite 6 NextDBGrid6 Reference Classes TNextDBGrid6 AutoPost

AutoPost

Specifies whether editing changes will be posted (method Post of TDataSet is called) immediately after user exits edit mode.

pas
property AutoPost: Boolean read FAutoPost write FAutoPost default False;

Remarks

If set to False (default), changes made on the Field will be posted (become permanent) after another record become active, or for example user click on Post button in components such as DBNavigator.

If set to True, grid will act more like non data-aware grid where changes are made immediately after an user leave cell and exit from edit mode.

Sign in