Skip to content

TBooleanHelper.Size

Return the size (in bytes) of the

Declaration

Source position: syshelph.inc line 641

public 
  class function Size : Integer;  Static;

Description

Size returns the size (in bytes) of the boolean value. This is equivalent to SizeOf(Boolean).

See also

Name Description
SizeOf Return size of a variable or type.