Data.DB.TBinaryField.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 TBinaryField

Description

Performs the validation of a binary field's size.

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

See Also