Componentes.Terceros.DevExp.../official/x.38/ExpressWeb Framework/Demos/Delphi/SimpleTabControl/SimpleTabControlReg.pas

17 lines
254 B
ObjectPascal
Raw Permalink Normal View History

unit SimpleTabControlReg;
interface
procedure Register;
implementation
uses
Classes, cxWebDsgnUtils, SimpleTabControl;
procedure Register;
begin
cxRegisterWebComponents('Simple EWF Controls', [TcxWebSimpleTabControl]);
end;
end.