Files
lazarus-ccr/components/jvcllaz/run/JvDB/jvdbconst.pas

18 lines
246 B
ObjectPascal
Raw Normal View History

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.