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

27 lines
817 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% = %TYPE_UNIT_NAME%.%TYPE_NAME%;
// <%%% END TYPES %%%>
implementation
end.