TNativeIntHelper.Size

Size, in bytes, of the NativeInt value

Declaration

Source position: syshelph.inc line 591

public 
  class function Size : Integer;  Static;

Description

Size returns the size (in NativeInts) of the NativeInt value. This is equivalent to SizeOf(NativeInt).

Errors

None.

See also

Name Description
SizeOf Return size of a variable or type.