[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DbCtrls' (#lcl)

TDBNavButtonSet

Declaration

Source position: dbctrls.pp line 1091

type TDBNavButtonSet = set of (

  nbFirst,

  

  nbPrior,

  

  nbNext,

  

  nbLast,

  

  nbInsert,

  

  nbDelete,

  

  nbEdit,

  

  nbPost,

  

  nbCancel,

  

  nbRefresh

  

);