24 |
|
{ Corporation. All Rights Reserved. } |
25 |
|
{ Contributor(s): Jeff Overcash } |
26 |
|
{ } |
27 |
+ |
{ IBX For Lazarus (Firebird Express) } |
28 |
+ |
{ Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk } |
29 |
+ |
{ Portions created by MWA Software are copyright McCallum Whyman } |
30 |
+ |
{ Associates Ltd 2011 } |
31 |
+ |
{ } |
32 |
|
{************************************************************************} |
33 |
|
|
34 |
|
unit IBTable; |
150 |
|
property Active; |
151 |
|
property BufferChunks; |
152 |
|
property CachedUpdates; |
153 |
< |
property Constraints stored ConstraintsStored; |
153 |
> |
// property Constraints stored ConstraintsStored; |
154 |
|
property DefaultIndex: Boolean read FDefaultIndex write FDefaultIndex default True; |
155 |
|
property FieldDefs stored FieldDefsStored; |
156 |
|
property Filter; |