TIntegerHelper.Size

Size, in bytes, of the Integer value

Declaration

Source position: syshelph.inc line 515

public 
  class function Size : Integer;  Static;

Description

Size returns the size (in Integers) of the Integer value. This is equivalent to SizeOf(Integer).

Errors

None.

See also

Name Description
SizeOf Return size of a variable or type.