System.Bindings.CustomScope.TCustomScope.MappedObject

From RAD Studio API Documentation
Revision as of 00:41, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property MappedObject: TObject read GetMappedObject write SetMappedObject;

C++

__property System::TObject* MappedObject = {read=GetMappedObject, write=SetMappedObject};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Specifies the object for which you can use virtual members.

The MappedObject property specifies the object that has virtual members (properties or methods, or both) and for which you can use those members.

See Also