-
Declaration:
- Function Assigned (P : Pointer) : Boolean;
-
Description:
- Assigned returns True if P is non-nil and retuns False of P is nil. The main use of Assigned
is that Procedural variables, method variables and class-type variables also can be passed to
Assigned.
-
Errors:
- None
-
See also:
- New (539)
Listing: refex/ex96.pp