Data.SqlExpr.TFLDDesc.iLen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property iLen: LongWord read FLen write FLen;

C++

__property unsigned iLen = {read=FLen, write=FLen, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TFLDDesc

Description

Specifies the length of the field, in bytes.

iLen specifies the length of the field, in bytes.

See Also