Data.DB.IParamStreamObject Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
GetBytespublicRepresents the signature for a method that reads a preset number of bytes from the stream stored by an IParamObject class instance.
GetDataTypepublicRepresents the signature for a method that returns the data type of the field corresponding to an IParamObject class instance.
GetInstancepublicRepresents the signature for a method that returns the TObject instance stored by an IParamObject class instance.
GetStreampublicRepresents the signature for a method that returns the TStream instance stored by an IParamObject class instance.
InstanceIsTypepublicRepresents the signature for a method that specifies whether the object stored by an IParamObject class instance is of the given class type.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SetKnownSizepublicRepresents the signature for a method that sets the number of bytes to read from the stream when calling the GetBytes method.
SupportspublicIndicates whether a given interface supports a specific (another) interface.