Data.Bind.Components.TCustomBindingsList.Methods

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindingsList

Delphi

property Methods: TMethods read FMethods write SetMethods;

C++

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

Description

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

See Also