Componentes.Terceros.RemObj.../internal/5.0.30.691/1/Data Abstract for Delphi/Samples/Dynamic Where/DynWhere_ServerMain.pas

27 lines
415 B
ObjectPascal

unit DynWhere_ServerMain;
interface
uses
Forms, Classes, Controls,
uROPoweredByRemObjectsButton, uDAPoweredByDataAbstractButton
;
type
TServerForm = class(TForm)
DAPoweredByDataAbstractButton: TDAPoweredByDataAbstractButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
ServerForm: TServerForm;
implementation
{$R *.dfm}
end.