System.Bindings.CustomScope.TCustomScope.MappedObject
Delphi
property MappedObject: TObject read GetMappedObject write SetMappedObject;
C++
__property System::TObject* MappedObject = {read=GetMappedObject, write=SetMappedObject};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Bindings.CustomScope.pas System.Bindings.CustomScope.hpp |
System.Bindings.CustomScope | TCustomScope |
Beschreibung
Gibt das Objekt an, für das virtuelle Elemente verwendet werden können.
Die Eigenschaft MappedObject gibt das Objekt an, das virtuelle Elemente enthält (Eigenschaften oder Methoden, oder beide), die dafür verwendet werden können.