Show: Delphi C++
Display Preferences

TCommonBindComponent Inherited Members

From XE2 API Documentation
Jump to: navigation, search



Contents

Data.Bind.Components.TContainedBindComponent

BindingsListSpecifies a list that holds the binding expressions.
CategorySpecifies a category for this component.
CheckControlComponentVerifies whether the control component is assigned.
ControlComponentSpecifies the component that will be bound to the source component, by means of LiveBindings.
CreateCreates an instance of the TContainedBindComponent class.
DesigningReturns whether this component is in design mode.
DestroyDestroys an instance of the TContainedBindComponent class.
DisplayNameReturns a string containing the name of this component.
GetBindingsListProtected getter method for the BindingsList property.
GetControlComponentProtected getter method for the ControlComponent property.
GetParentComponentReturns the containing component.
HasParentVerifies whether the contained binding component has a parent.
IndexReturns the index of this component in the bindings list.
LoadingReturns whether this component is in loading mode.
ReadStateReads the state of this component.
SetControlComponentProtected setter method for the ControlComponent property.
SetParentComponentSets the parent component of this component.

Data.Bind.Components.TBasicBindComponent

Create
Destroy

System.Classes.TComponent

BeforeDestructionPerforms any necessary actions before the first destructor is called.
CanObserve
ChangeNameSets the private, internal storage for the Name property to the string passed in NewName.
ComObjectSpecifies the interface reference implemented by the component.
ComponentCountIndicates the number of components owned by the component.
ComponentIndexIndicates the position of the component in its owner's Components property array.
ComponentStateDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStyleGoverns the behavior of the component.
ComponentsLists all components owned by the component.
CreateAllocates memory and constructs a safely initialized instance of a component.
DefinePropertiesDesignates methods for storing an object's unpublished data on a stream such as a form file.
DesignInfoContains information used by the Form designer.
DestroyDisposes of the component and its owned components.
DestroyComponentsDestroys all owned components.
DestroyingIndicates that the component and its owned components are about to be destroyed.
ExecuteActionExecutes an action.
FComponentStyleFComponentStyle is the field of the ComponentStyle read-only property.
FindComponentIndicates whether a given component is owned by the component.
FreeNotificationEnsures that AComponent is notified that the component is going to be destroyed.
FreeOnReleaseFrees the interface reference for components that were created from COM classes.
GetChildOwnerReturns the owner of a child component being read from a stream.
GetChildParentReturns the parent or, if there is no parent, returns the owner of a child component being read from a stream.
GetChildrenEnumerates all child components.
GetEnumeratorReturns a TComponent enumerator.
GetIDsOfNamesMaps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).
GetNamePathReturns a string used by the Object Inspector.
GetObservers
GetOwnerReturns the owner of a component.
GetParentComponentReturns the containing component.
GetTypeInfoRetrieves the type information for an object.
GetTypeInfoCountReturns the number of type information interfaces that an object provides (either 0 or 1).
HasParentVerifies whether the component has a parent.
InsertComponentEstablishes the component as the owner of a specified component.
InvokeProvides access to Automation properties and methods when the component wraps an Automation object.
IsImplementorOfIndicates whether the component implements a specified interface.
LoadedInitializes the component after the form file has been read into memory.
NameSpecifies the name of the component as referenced in code.
NotificationForwards notification messages to all owned components.
ObserverAdded
Observers
OwnerIndicates the component that is responsible for streaming and freeing this component.
PaletteCreatedResponds when the component is created from the component palette.
QueryInterfaceReturns a reference to a specified interface if the object supports that interface.
ReadStateReads the state of the component.
ReferenceInterfaceEstablishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.
RemoveComponentRemoves a specified component specified from the component's Components list.
RemoveFreeNotificationDisables the destruction notification that was enabled by FreeNotification.
RemoveFreeNotificationsNotifies all owned components of the owner component's imminent destruction.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
SetAncestorClears or sets csAncestor state in the component's ComponentState property.
SetChildOrderSets the visual ordering of a child control.
SetDesignInstanceEnsures that components inserted at design time have their design-mode flag set.
SetDesigningEnsures that components inserted at design time have their design-mode flag set.
SetInlineSets the csInline bit of the component's ComponentState property.
SetNameSets the value of the Name property.
SetParentComponentSets the parent component.
SetSubComponentIdentifies whether the component is a subcomponent.
TagStores a NativeInt integral value as a part of a component.
UpdateActionUpdates the state of an action.
UpdateRegistryProvides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.
UpdatedClears the csUpdating state in the component's ComponentState property when the component finishes updating.
UpdatingSets the csUpdating state in the component's ComponentState property.
VCLComObjectRepresents information used internally by components that support COM.
ValidateContainerDetermines whether an object can be inserted into a container.
ValidateInsertProvides the interface for a method that validates a child component before it is inserted.
ValidateRenameEnsures that renaming an owned component does not create a name conflict.
WriteStateWrites the state of the component.
_AddRefCalled when an application uses a component interface.
_ReleaseCalled when an application releases a component interface.
operator ()C++ conversion of a TComponent into a System.Classes.IInterfaceComponentReference or a System.IInterface, depending on casting.

System.Classes.TPersistent

AssignCopies the contents of another similar object.
AssignToCopies the properties of an object to a destination object.
Create
DefinePropertiesProvides an interface for a method that reads and writes otherwise unpublished data.
DestroyDestroys the TPersistent instance and frees its memory.
GetNamePathReturns the name of the object as it appears in the Object Inspector.
GetOwnerReturns the owner of an object.

System.TObject

AfterConstructionResponds after the last constructor has executed.
BeforeDestructionResponds before the first destructor executes.
ClassInfoReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNameReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIsDetermines whether an object is of a specific type.
ClassParentReturns the type of the immediate ancestor of a class.
ClassTypeReturns the class reference for the object's class.
CleanupInstancePerforms finalization on long strings, variants, and interface variables within a class.
CreateConstructs an object and initializes its data before the object is first used.
DefaultHandlerProvides the interface for a method that processes message records.
DestroyDisposes of an object instance.
DispatchCalls message-handling methods for the object, based on the contents of the Message parameter.
EqualsChecks whether the current instance and the parameter are equal.
FieldAddressReturns the address of a published object field.
FreeDestroys an object and frees its associated memory, if necessary.
FreeInstanceDeallocates memory allocated by a previous call to the NewInstance method.
GetHashCodeReturns an integer containing the hash code.
GetInterfaceRetrieves a specified interface.
GetInterfaceEntryReturns the entry for a specific interface implemented in a class.
GetInterfaceTableReturns a pointer to a structure containing all of the interfaces implemented by a given class.
InheritsFromDetermines the relationship of two object types.
InitInstanceInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizeReturns the size in bytes of each instance of the object type.
MethodAddressReturns the address of a class method by name.
MethodNameReturns the name of a class method by address.
NewInstanceAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNameReturns the qualified name of the class.
SafeCallExceptionHandles exceptions in methods declared using the safecall calling convention.
ToStringReturns a string containing the class name.
UnitNameReturns the name of the unit where the class is defined.
UnitScopeReturns the class's unit scope.


Personal tools
Previous Versions
Translations