Data.DB.TArrayField.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(Value: Integer); override;

C++

virtual void __fastcall SetSize(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TArrayField

Description

Sets the size of TArrayField.

The SetSize method sets the size of TArrayField.

See Also