Data.DB.TParamStreamObject

From RAD Studio API Documentation

TParamStreamObjectData.DB.TParamObjectSystem.TInterfacedObjectSystem.TObject

Delphi

TParamStreamObject = class(TParamObject, IParamStreamObject)

C++

class PASCALIMPLEMENTATION TParamStreamObject : public TParamObject

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TParamStreamObject represents the class used to store a TStream in the variant value of a TParam object.

The TParamStreamObject represents the class used to store a TStream in the variant value of a TParam object.

See Also