Difference between revisions of "Assigned"

From Free Pascal wiki
Jump to navigationJump to search
m (bold)
Line 1: Line 1:
 +
{{Assigned}}
 +
 
'''Assigned''' is a function defined in the [[System unit]] of the Free Pascal [[RTL|Runtime Library]]. It is used to determine if certain types of variables have been given a value:
 
'''Assigned''' is a function defined in the [[System unit]] of the Free Pascal [[RTL|Runtime Library]]. It is used to determine if certain types of variables have been given a value:
 
*[[Pointer|Pointer variables]]
 
*[[Pointer|Pointer variables]]

Revision as of 21:47, 22 March 2018

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;