[Overview][Constants][Types][Classes][Index] Reference for unit 'tiAutoMap' (#tiopf)

TPKInfo

Declaration

Source position: tiAutoMap.pas line 51

type TPKInfo = set of (

  pktDB,

  

Primary Key as defined in the DB table structure

  pktFK,

  

Foreign Key as defined in the DB table structure

  pktReadable

  

For human readable primary key info. If you want to load just enough information to populate a lookup list or some other list. A kind of 'light weight' object.

);


Documentation generated on: 2017-08-16