Files
lazarus-ccr/components/jvcllaz/run/JvDB/jvdbconst.pas
2019-04-27 17:15:09 +00:00

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.