Assigned

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:

The function assigned receives a boolean value false if the type pointer assigned to it indicates a nil value

function Assigned( P: Pointer ) : Boolean;

see also