[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TObject.GetInterfaceByStr

Return an interface based on its GUID

Declaration

Source position: objpash.inc line 245

public function TObject.GetInterfaceByStr(

  const iidstr: shortstring;

  out obj

):Boolean;

Description

GetInterfaceByStr returns in obj a pointer to the interface identified by iidstr. The function returns True if the interface is indeed implemented by the class, or False otherwise.

The iidstr is the unique GUID by which the interface was declared.

Errors

The function returns false if the requested interface is not implemented.

See also

TObject.GetInterfaceEntry

  

Return the interface table entry by GUID

TObject.GetInterfaceEntryByStr

  

Return the interface table entry by string


Documentation generated on: May 14 2021