Assigned

From Free Pascal wiki
Revision as of 21:47, 22 March 2018 by Useroflazarus (talk | contribs)
Jump to navigationJump to search

English (en)

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;