Componentes.Terceros.RemObj.../official/5.0.23.613/RemObjects SDK for Delphi/Source/CodeGen2/Templates/template.wrapper_invk.pas

27 lines
833 B
ObjectPascal

unit %UNIT_NAME%;
{----------------------------------------------------------------------------}
{ 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. }
{----------------------------------------------------------------------------}
interface
uses
// <%%% START USES %%%>
%USED_UNIT_NAME%,
// <%%% END USES %%%>
;
type
// <%%% START TYPES %%%>
%TYPE_NAME%_Invoker = %TYPE_UNIT_NAME%.%TYPE_NAME%_Invoker;
// <%%% END TYPES %%%>
implementation
end.