Data.DB.TObjectField.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
protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

Description

Performs no validation.

CheckTypeSize performs no validation because the size of the object field is computed.