Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter Methods
InheritedProtected
AddCustomTypeMap | protected | Registers a custom type, within a private TDictionary collection, for this TDSCustomProxyWriter. |
AfterConstruction | public | Responds after the last constructor has executed. |
BeforeDestruction | public | Responds before the first destructor executes. |
CheckDisposed | protected | |
ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
ClassNameIs | public | Determines whether an object is of a specific type. |
ClassParent | public | Returns the type of the immediate ancestor of a class. |
ClassType | public | Returns the class reference for the object's class. |
CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
Contains | protected | Verifies whether an array of integers contains a specified value. |
Create | public | |
DefaultHandler | public | Provides the interface for a method that processes message records. |
DerivedWrite | protected | Writes to a stream. |
DerivedWriteLine | protected | Writes a line to a stream. |
Destroy | public | |
Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
Equals | public | Checks whether the current instance and the Obj parameter are equal. |
ExtendedIncludeClass | protected | Extended version of IncludeClass. |
ExtendedIncludeMethod | protected | Extended version of IncludeMethod. |
FieldAddress | public | Returns the address of a published object field. |
ForEachInputParameter | protected | Invokes Callback , taking each input parameter of ProxyMethod as method parameter. |
ForEachOutputParameter | protected | Invokes Callback , taking each output parameter of ProxyMethod as method parameter. |
ForEachParameter | protected | Invokes Callback , taking each parameter of ProxyMethod as method parameter. |
Free | public | Destroys an object and frees its associated memory, if necessary. |
FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
GetAssignmentString | protected | Returns the assignment string. |
GetCreateDataSetReader | protected | Returns the DataSet reader based on the given parameter. |
GetCreateParamsReader | protected | Returns the parameters reader based on the given parameter. |
GetDelphiTypeName | protected | Returns a string with the name of the Delphi type of the given parameter. |
GetDelphiUnitName | protected | |
GetDisposed | protected | Getter for the Disposed property. |
GetFirstClass | protected | Returns the first class in Metadata. |
GetGetter | protected | Returns a string with the getter name of the specified Delphi type. |
GetHashCode | public | Returns an integer containing the hash code. |
GetInterface | public | Retrieves a specified interface. |
GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
GetMethodRequestName | protected | Returns the name of Method after the request prefix is eliminated. |
GetMethodRequestType | protected | Returns the request type of Method as a String. |
GetNonURLTypes | protected | Getter method for NonURLTypes. |
GetOutputParametersCount | protected | Returns the number of the output parameters of ProxyMethod . |
GetParameterDirection | protected | Returns the parameter direction constant indicated by Direction . |
GetParameterDirectionPrefix | protected | Returns the parameter direction prefix. |
GetParameterType | protected | Returns the parameter type, indicated by ParameterType , as a String. |
GetParameterTypePrefix | protected | Returns the parameter type prefix. |
GetReturnParam | protected | Returns the return parameter of ProxyMethod . |
GetSetter | protected | Returns a string with the setter name of the specified Delphi type. |
GetSupportedTypes | protected | Getter method for SupportedTypes. |
GetTimeStamp | protected | Returns the current date and time. |
HasOnlyURLParams | protected | Verifies if Method has only URL parameters. |
IncludeClass | protected | Returns whether the specified class is included or not. |
IncludeClassName | protected | Returns whether the specified class, given by name, is included or not. |
IncludeMethod | protected | Returns whether the specified method is included or not. |
IncludeMethodName | protected | Returns whether the specified method, given by name, is included or not. |
Indent | protected | Performs line indentation. |
InheritsFrom | public | Determines the relationship of two object types. |
InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
InstanceSize | public | Returns the size in bytes of each instance of the object type. |
IsDBXValueTypeParameter | protected | Verifies if Param is a DBXValue type parameter. |
IsInputParameter | protected | Verifies if Param is an input parameter. |
IsKnownDBXValueTypeName | protected | Verifies whether the given DBX value is a known type. |
IsKnownJSONTypeName | protected | Verifies whether the given JSON is a known type. |
IsKnownTableTypeName | protected | Verifies whether the given table name is a known type. |
IsOutputParameter | protected | Verifies if Param is an output parameter |
IsPrimitiveJSONType | protected | Verifies if the class named ClassName is a primitive JSON type. |
IsProcedure | protected | Verifies whether ProxyMethod is a procedure. |
MethodAddress | public | Returns the address of a class method by name. |
MethodName | public | Returns the name of a class method by address. |
NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
Outdent | protected | Performs line outdentation. |
QualifiedClassName | public | Returns the qualified name of the class. |
RemoveCustomTypeMap | protected | Removes a previously inserted custom type from a private TDictionary collection. |
SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
ToString | public | Returns a string containing the class name. |
UnitName | public | Returns the name of the unit where the class is defined. |
UnitScope | public | Returns the class's unit scope. |
WriteFileHeader | protected | Writes the file header. |
WriteImplementation | protected | Writes the implementation section. |
WriteInterface | protected | Writes the interface section. |
WriteLine | protected | Writes a Line, with indentation, to a stream. |
WriteProxy | public | Writes DataSnap custom proxy information. |