Unit 'uiblib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_uib]

TTransParam

Declaration

Source position: uiblib.pas line 136

type TTransParam = (

  tpConsistency,

  

  tpConcurrency,

  

  tpShared,

  

  tpProtected,

  

  tpExclusive,

  

  tpWait,

  

  tpNowait,

  

  tpRead,

  

  tpWrite,

  

  tpLockRead,

  

  tpLockWrite,

  

  tpVerbTime,

  

  tpCommitTime,

  

  tpIgnoreLimbo,

  

  tpReadCommitted,

  

  tpAutoCommit,

  

  tpRecVersion,

  

  tpNoRecVersion,

  

  tpRestartRequests,

  

  tpNoAutoUndo,

  

  tpLockTimeout

  

);



CT Web help

CodeTyphon Studio