TIB_UpdateBar_ButtonType Type

Unit
IB_UpdateBar

Declaration

TIB_UpdateBar_ButtonType = ( ubEdit,
                             ubInsert,
                             ubDelete,
                             ubPost,
                             ubCancel,
                             ubRefreshAll,
                             ubRefreshKeys,
                             ubRefreshRows );

Description
These are the different button types available to this button bar.


ubEdit puts the dataset into dssEdit mode.
ubInsert puts the dataset into dssInsert mode.
ubDelete puts the dataset into dssDelete mode unless AutoPostDelete is true.
ubPost saves whatever changes have been made to the dataset.
ubCancel aborts whatever changes have been made to the dataset.
ubRefreshKeys closes the internal cursor and refetches the keys.
ubRefreshRows refetches the rows of the dataset but does not close it.
ubRefreshAll closes the dataset, clears the cache and refreshes.