API:IBX.IBCustomDataSet.TIBStringField.CheckTypeSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure CheckTypeSize(Value: Integer); override;

C++

__classmethod virtual void __fastcall CheckTypeSize(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBStringField

Description

Performs the validation of a field's size.

IBX.IBCustomDataSet.TIBStringField.CheckTypeSize inherits from Data.DB.TWideStringField.CheckTypeSize. All content below this line refers to Data.DB.TWideStringField.CheckTypeSize.

Performs the validation of a field's size.

The CheckTypeSize method performs the validation of a field's size. If the size, whose value is given by the Value parameter, is lower than 0, an exception is raised.

See Also