System.TypInfo.TPropInfoProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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