Skip to content

TShortIntHelper.Size

Size, in bytes, of the ShortInt value

Declaration

Source position: syshelph.inc line 416

public 
  class function Size : Integer;  Static;

Description

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

Errors

None.

See also

Name Description
SizeOf Return size of a variable or type.