Data.DBXCommon.TDBXValueType.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: Int64  read GetSize write SetSize;

C++

__property __int64 Size = {read=GetSize, write=SetSize};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

The size of the parameter value in bytes.

Gets or sets the size of the parameter value in bytes. For string data, Size gets or sets the size of the parameter in characters.