Class TJCoreOPFParams
Unit
JCoreOPFDriver
Declaration
type TJCoreOPFParams = class(TJCoreNativeTypeQueue, IJCoreOPFParams)
Description
no description available, TJCoreNativeTypeQueue description follows no description available, TJCoreNativeTypeOrderedList description follows Hierarchy
Overview
Methods
 |
function Count: Integer; |
 |
function IJCoreOPFParams.ReadInt32 = PopInt32; |
 |
function IJCoreOPFParams.ReadInt64 = PopInt64; |
 |
function IJCoreOPFParams.ReadObject = PopObject; |
 |
function IJCoreOPFParams.ReadString = PopString; |
 |
function IJCoreOPFParams.ReadType = PopType; |
 |
procedure IJCoreOPFParams.WriteInt32 = PushInt32; |
 |
procedure IJCoreOPFParams.WriteInt64 = PushInt64; |
 |
procedure IJCoreOPFParams.WriteNull = PushNull; |
 |
procedure IJCoreOPFParams.WriteObject = PushObject; |
 |
procedure IJCoreOPFParams.WriteString = PushString; |
 |
procedure IJCoreOPFParams.WriteVariant = PushVariant; |
Description
Methods
 |
function Count: Integer; |
|
 |
function IJCoreOPFParams.ReadInt32 = PopInt32; |
|
 |
function IJCoreOPFParams.ReadInt64 = PopInt64; |
|
 |
function IJCoreOPFParams.ReadObject = PopObject; |
|
 |
function IJCoreOPFParams.ReadString = PopString; |
|
 |
function IJCoreOPFParams.ReadType = PopType; |
|
 |
procedure IJCoreOPFParams.WriteInt32 = PushInt32; |
|
 |
procedure IJCoreOPFParams.WriteInt64 = PushInt64; |
|
 |
procedure IJCoreOPFParams.WriteNull = PushNull; |
|
 |
procedure IJCoreOPFParams.WriteObject = PushObject; |
|
 |
procedure IJCoreOPFParams.WriteString = PushString; |
|
Generated by PasDoc 0.14.0.
|