You've already forked lazarus-ccr
18 lines
246 B
ObjectPascal
18 lines
246 B
ObjectPascal
![]() |
unit JvDBConst;
|
||
|
|
||
|
{$mode objfpc}{$H+}
|
||
|
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
Classes, SysUtils;
|
||
|
|
||
|
resourcestring
|
||
|
SPropDefByLookup = 'Property already defined by lookup field.';
|
||
|
SDataSourceFixed = 'Operation is not allowed with DataSource.';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|
||
|
|