Data.DB.TParamStreamObject

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TParamObjectSystem.TInterfacedObjectSystem.TObjectTParamStreamObject
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TParamStreamObject = class(TParamObject, IParamStreamObject)

C++

class PASCALIMPLEMENTATION TParamStreamObject : public TParamObject

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