System.Bindings.CustomScope.TCustomScope.SetMappedObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetMappedObject(const Value: TObject);

C++

void __fastcall SetMappedObject(System::TObject* const Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Beschreibung

Setter-Implementierung für die Eigenschaft MappedObject.

Die Methode SetMappedObject ist die als protected deklarierte Setter-Implementierung für die Eigenschaft MappedObject.

Siehe auch