Data.Bind.Components.TCustomBindingsList.Methods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Methods: TMethods read FMethods write SetMethods;

C++

__property TMethods* Methods = {read=FMethods, write=SetMethods};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindingsList

Description

Specifies a list of available methods. For more information about these methods, read the LiveBindings Methods topic.

See Also