Class TJCoreOPFParams

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TJCoreOPFParams = class(TJCoreNativeTypeQueue, IJCoreOPFParams)

Description

no description available, TJCoreNativeTypeQueue description follows
no description available, TJCoreNativeTypeOrderedList description follows

Hierarchy

Overview

Methods

Public function Count: Integer;
Public function IJCoreOPFParams.ReadInt32 = PopInt32;
Public function IJCoreOPFParams.ReadInt64 = PopInt64;
Public function IJCoreOPFParams.ReadObject = PopObject;
Public function IJCoreOPFParams.ReadString = PopString;
Public function IJCoreOPFParams.ReadType = PopType;
Public procedure IJCoreOPFParams.WriteInt32 = PushInt32;
Public procedure IJCoreOPFParams.WriteInt64 = PushInt64;
Public procedure IJCoreOPFParams.WriteNull = PushNull;
Public procedure IJCoreOPFParams.WriteObject = PushObject;
Public procedure IJCoreOPFParams.WriteString = PushString;
Public procedure IJCoreOPFParams.WriteVariant = PushVariant;

Description

Methods

Public function Count: Integer;
 
Public function IJCoreOPFParams.ReadInt32 = PopInt32;
 
Public function IJCoreOPFParams.ReadInt64 = PopInt64;
 
Public function IJCoreOPFParams.ReadObject = PopObject;
 
Public function IJCoreOPFParams.ReadString = PopString;
 
Public function IJCoreOPFParams.ReadType = PopType;
 
Public procedure IJCoreOPFParams.WriteInt32 = PushInt32;
 
Public procedure IJCoreOPFParams.WriteInt64 = PushInt64;
 
Public procedure IJCoreOPFParams.WriteNull = PushNull;
 
Public procedure IJCoreOPFParams.WriteObject = PushObject;
 
Public procedure IJCoreOPFParams.WriteString = PushString;
 
Public procedure IJCoreOPFParams.WriteVariant = PushVariant;
 

Generated by PasDoc 0.14.0.