[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the address of a field.
Source position: objpash.inc line 216
public function TObject.FieldAddress( |
const name: shortstring |
):pointer; |
FieldAddress returns the address of the field with name name. The address is the address of the field in the current class instance.
If no field with the specified name is found, Nil is returned.
|
Return the address of a method |
|
|
Return the name of a method. |