You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6870 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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.
|
|
|