System.TypInfo.TPropInfoProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPropInfoProc = procedure(PropInfo: PPropInfo) of object;

C++

typedef void __fastcall (__closure *TPropInfoProc)(PPropInfo PropInfo);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

TPropInfoProc is used internally when retrieving property information.

Do not use TPropInfoProc directly; instead, use the routines provided in the Rtti unit.

See Also