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

Indicates the type size of the string field.

Call CheckTypeSize to determine the type size of the string field.

There is both a virtual method and a static method for the CheckTypeSize method.

All sizes are valid for a TIBString field.