System.ObjAuto.PReturnInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PReturnInfo = ^TReturnInfo;

C++

typedef TReturnInfo *PReturnInfo;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Pointer to TReturnInfo.

PReturnInfo represents a pointer to the return information of a method.

See Also