git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
27 lines
833 B
ObjectPascal
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.
|