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

Description

Performs the size validation of the field's contents.

The CheckTypeSize method performs the size validation of a field's contents. If the size, whose value is given by the Value parameter, is different than 38 (which is the length of a Globally Unique Identifier), an exception is raised.

See Also