Componentes.Terceros.RemObj.../internal/5.0.35.741/1/Data Abstract for Delphi/Samples/Multi Level Detail/MultiLevelDetailLibrary_Invk.pas
2009-02-28 17:16:16 +00:00

46 lines
1.3 KiB
ObjectPascal

unit MultiLevelDetailLibrary_Invk;
{----------------------------------------------------------------------------}
{ This unit was automatically generated by the RemObjects SDK after reading }
{ the RODL file associated with this project . }
{ }
{ Do not modify this unit manually, or your changes will be lost when this }
{ unit is regenerated the next time you compile the project. }
{----------------------------------------------------------------------------}
{$I Remobjects.inc}
interface
uses
{vcl:} Classes,
{RemObjects:} uROXMLIntf, uROServer, uROServerIntf, uROTypes, uROClientIntf,
{Used RODL Intf's:} DataAbstract4_Intf,
{Used RODL Invk's:} DataAbstract4_Invk,
{Generated:} MultiLevelDetailLibrary_Intf;
type
TMultiLevelDetailService_Invoker = class(TDataAbstractService_Invoker)
private
protected
public
constructor Create; override;
published
end;
implementation
uses
{RemObjects:} uRORes, uROClient;
{ TMultiLevelDetailService_Invoker }
constructor TMultiLevelDetailService_Invoker.Create;
begin
inherited Create;
FAbstract := False;
end;
initialization
end.