Assigned

From Free Pascal wiki
Revision as of 09:46, 19 August 2016 by FPC user (talk | contribs) (bold)
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;