[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

Align

Return aligned version of an address

Declaration

Source position: systemh.inc line 790

function Align(

  Addr: PtrUInt;

  Alignment: PtrUInt

):PtrUInt;

function Align(

  Addr: Pointer;

  Alignment: PtrUInt

):Pointer;

Description

Align returns Address, aligned to Alignment bytes.

Errors

None.


Documentation generated on: Mar 17 2017