TCardinalHelper.Size
Size, in bytes, of the Cardinal value
Declaration
Source position: syshelph.inc line 491
public
class function Size : Integer; Static;
Description
Size returns the size (in Cardinals) of the Cardinal value. This is equivalent to SizeOf(Cardinal).
Errors
None.
See also
| Name | Description |
|---|---|
| SizeOf | Return size of a variable or type. |