API:Soap.XSBuiltIns.TXSCustomDateTime.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;  override;

C++

__fastcall virtual TXSCustomDateTime();

Properties

Type Visibility Source Unit Parent
constructor public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Creates and initializes a TRemotable object.

Soap.XSBuiltIns.TXSCustomDateTime.Create inherits from Soap.InvokeRegistry.TRemotable.Create. All content below this line refers to Soap.InvokeRegistry.TRemotable.Create.

Creates and initializes a TRemotable object.

The TRemotable constructor does nothing special. It exists primarily because

The remotable type registry knows how to call it.

It is virtual, so that the remotable type registry can also instantiate descendant classes.

See Also