Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / fcl-db / src / dbase / tdbf_l.pas
Size: Mime:
{  This file was automatically created by Lazarus. Do not edit!
  This source is only used to compile and install
  the package tdbf_l 0.0.
}

unit tdbf_l; 

interface

uses
  dbf, dbf_reg, LazarusPackageIntf; 

implementation

procedure Register; 
begin
  RegisterUnit('Dbf', @dbf_reg.Register); 
end; 

initialization
  RegisterPackage('tdbf_l', @Register)
end.