System.TypInfo.TPropInfoProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TPropInfoProc = procedure(PropInfo: PPropInfo) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Beschreibung

TPropInfoProc wird intern beim Abrufen von Eigenschaftsinformationen verwendet.

Verwenden Sie TPropInfoProc nicht direkt, sondern verwenden Sie stattdessen die Routinen aus der Unit Rtti.

Siehe auch