TByteHelper.Size

Size, in bytes, of the byte value

Declaration

Source position: syshelph.inc line 391

public 
  class function Size : Integer;  Static;

Description

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

Errors

None.

See also

Name Description
SizeOf Return size of a variable or type.