[Overview][Constants][Types][Classes][Index] |
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. |
); |