Assigned
Previous  Top  Next

Prototype

Bool:=Assigned(strNomeVariabile)

Description

It checks whether a variable.

Parameters

StrNomeVariabile: it corresponds to the initializing variable that will be considered as string, so, to insert in quotation marks.

Returned value

Bool: Boolean value that is true if the variable has been initialized, false if it hasn't.

Notes

None.