System.Bindings.Methods.TMethodDescription.FrameWorkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameWorkClass: TPersistentClass read FFrameWorkClass;

C++

__property System::Classes::TPersistentClass FrameWorkClass = {read=FFrameworkClass};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TMethodDescription

Description

Denotes the framework the method is intended for (for instance, VCL or FMX).

See Also