Assigned

From Free Pascal wiki
Revision as of 09:43, 19 August 2016 by FPC user (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Assigned is a function defined in the System unit of the Free Pascal Runtime Library. It is used to determine if certain types of variables have been given a value:

function Assigned( P: Pointer ) : Boolean;