Data.DBXCommon.TDBXValueType.Size

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXValueType

Delphi

property Size: Int64  read GetSize write SetSize;

C++

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

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.