Data.SqlExpr.TFLDDesc.iLen

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property iLen: LongWord read FLen write FLen;

C++

__property System::LongWord iLen = {read=FLen, write=FLen, nodefault};

Description

Specifies the length of the field, in bytes.

iLen specifies the length of the field, in bytes.

See Also