Data.DB.TParamStreamObject

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TParamObjectSystem.TInterfacedObjectSystem.TObjectTParamStreamObject

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