Data.Bind.Components.TCustomBindingsList.Methods
| [–] 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.