BindingsList#

Qualified name: delphivcl.BindingsList

class BindingsList#

Bases: CustomBindingsList

Implements the bindings list component. TBindingsList is built on the TCustomBindingsList component and publishes additional properties that can be accessed from within the Object Inspector.

Methods

BindMethodsToEvents

Connects methods to component events if they are named using the following pattern: Prefix_ComponentName_EventName.

GetParentComponent

Returns the parent of a component.

HasParent

Indicates whether the component has a parent to handle its filing.

Attributes

BindCompCount

Embarcadero Technologies does not currently have any additional information.

BindComps

<Delphi indexed property BindComps of type TCustomBindingsList at 211416EDE60>

ClassName

Returns the TObject.ClassName

ComObject

Specifies the interface reference implemented by the component.

ComponentCount

Returns the owned component count

ComponentIndex

Indicates the position of the component in its owner's Components property array.

ComponentState

Describes the current state of the component, indicating when a component needs to avoid certain actions.

ComponentStyle

Governs the behavior of the component.

Components

Returns an iterator over the owned components

DependencyList

Embarcadero Technologies does not currently have any additional information.

DesignInfo

Contains information used by the Form designer.

Methods

Specifies a list of available methods.

Name

Specifies the name of the component as referenced in code.

Observers

Indicates the TObservers object added to the TComponent.

OutputConverters

Specifies a list of available output converters.

Owner

Returns the Component Owner

PromptDeleteUnused

Embarcadero Technologies does not currently have any additional information.

Tag

Stores a NativeInt integral value as a part of a component.

UseAppManager

Specifies whether the bindings list uses the global application manager for managed bindings.

VCLComObject

Represents information used internally by components that support COM.

BindMethodsToEvents(prefix)#

Connects methods to component events if they are named using the following pattern: Prefix_ComponentName_EventName. Example: def handle_button1_OnClick(Sender): pass The function returns a list of tuples. Each tuple contains the name of the component, the name of the event and the method object assigned to the event. Note that the prefix parameter is optional and will default to “handle_”.

ComponentCount#

Returns the owned component count

Components#

Returns an iterator over the owned components

GetParentComponent()#

Returns the parent of a component.

HasParent()#

Indicates whether the component has a parent to handle its filing.

Methods#

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

OutputConverters#

Specifies a list of available output converters. For more information about output converters, read the LiveBindings Output Converters help topic.

Owner#

Returns the Component Owner

PromptDeleteUnused#

Embarcadero Technologies does not currently have any additional information.

UseAppManager#

Specifies whether the bindings list uses the global application manager for managed bindings.