ButtonGroup.TGrpButtonItem Members

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Inherited from: TBaseButtonItem

event OnClick published
property ImageIndex published

The index of a specified image.

property Hint published
property Action published

Specifies the action the button executes when clicked.

property Data public
property ActionLink public
method SetImageIndex protected
method SetAction protected
method IsOnClickStored protected
method IsImageIndexStored protected
method IsHintStored protected
method GetNotifyTarget protected
method GetActionLinkClass protected
method GetAction protected
method DoActionChange protected
method ActionChange protected

Inherited from: TBaseItem

property Caption public
property InterfaceData public
property Bounds public
method ScrollIntoView public
method EndEdit public

Ends the editing of the text of a category or button caption.

method EditText public

Allows editing a baseitem caption.

method GetPrevSibling protected

Get the TBaseItem that is the previous element in the CategoryButtons items array.

method GetNextSibling protected

Get the TBaseItem that is the next element in the CategoryButtons items array.

method GetLastSibling protected

Get the TBaseItem that is the last element of the CategoryButtons items array.

method GetFirstSibling protected

Get the TBaseItem that is the zeroth element of the CategoryButtons items array.

method SetCaption protected
method IsCaptionStored protected
method GetBounds protected

Inherited from: TCollectionItem

property DisplayName public

The name displayed in the Collection editor.

property Index public

Returns the item's position in the Items array of TCollection.

property ID public

A unique, permanent index for the item.

property Collection public

Specifies the TCollection instance to which the TCollectionItem belongs.

method SetDisplayName protected

Sets the name of the collection item as it appears in the collection editor.

method SetIndex protected

Moves the collection item to a specified position in the parent collection.

method SetCollection protected

Sets the value of the Collection property.

method GetDisplayName protected

Returns the name of the collection item as it appears in the collection editor.

method Changed protected

Updates the collection to reflect changes to the collection item.

Inherited from: TPersistent

method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method Destroy public

Disposes of an object instance.

method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance public

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method UnitName public

Returns a string containing the unit name.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method FieldAddress public

Returns the address of a published object field.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method ClassType public

Returns the class reference for the object's class.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method Free public

Destroys an object and frees its associated memory, if necessary.

method Create public

Constructs an object and initializes its data before the object is first used.


Unit: ButtonGroup

Member Of: TGrpButtonItem

C++ Information

Inherited from: TBaseButtonItem

event OnClick publicCategorybuttons.TBaseButtonItem.OnClick
property ImageIndex publicCategorybuttons.TBaseButtonItem.ImageIndex
property Hint publicCategorybuttons.TBaseButtonItem.Hint
property Action publicCategorybuttons.TBaseButtonItem.Action
property Data publicCategorybuttons.TBaseButtonItem.Data
property ActionLink publicCategorybuttons.TBaseButtonItem.ActionLink
method ~TBaseButtonItem publicCategorybuttons.TBaseButtonItem.~TBaseButtonItem
method TBaseButtonItem publicCategorybuttons.TBaseButtonItem.TBaseButtonItem
method SetImageIndex protectedCategorybuttons.TBaseButtonItem.SetImageIndex
method SetAction protectedCategorybuttons.TBaseButtonItem.SetAction
method IsOnClickStored protectedCategorybuttons.TBaseButtonItem.IsOnClickStored
method IsImageIndexStored protectedCategorybuttons.TBaseButtonItem.IsImageIndexStored
method IsHintStored protectedCategorybuttons.TBaseButtonItem.IsHintStored
method GetNotifyTarget protectedCategorybuttons.TBaseButtonItem.GetNotifyTarget
method GetActionLinkClass protectedCategorybuttons.TBaseButtonItem.GetActionLinkClass
method GetAction protectedCategorybuttons.TBaseButtonItem.GetAction
method DoActionChange protectedCategorybuttons.TBaseButtonItem.DoActionChange
method ActionChange protectedCategorybuttons.TBaseButtonItem.ActionChange

Inherited from: TBaseItem

method ~TBaseItem publicCategorybuttons.TBaseItem.~TBaseItem
method TBaseItem publicCategorybuttons.TBaseItem.TBaseItem
property Caption publicCategorybuttons.TBaseItem.Caption
property InterfaceData publicCategorybuttons.TBaseItem.InterfaceData
property Bounds publicCategorybuttons.TBaseItem.Bounds
method ScrollIntoView publicCategorybuttons.TBaseItem.ScrollIntoView
method EndEdit publicCategorybuttons.TBaseItem.EndEdit
method EditText publicCategorybuttons.TBaseItem.EditText
method GetPrevSibling protectedCategorybuttons.TBaseItem.GetPrevSibling
method GetNextSibling protectedCategorybuttons.TBaseItem.GetNextSibling
method GetLastSibling protectedCategorybuttons.TBaseItem.GetLastSibling
method GetFirstSibling protectedCategorybuttons.TBaseItem.GetFirstSibling
method SetCaption protectedCategorybuttons.TBaseItem.SetCaption
method IsCaptionStored protectedCategorybuttons.TBaseItem.IsCaptionStored
method GetBounds protectedCategorybuttons.TBaseItem.GetBounds

Inherited from: TCollectionItem

property DisplayName public

The name displayed in the Collection editor.

property Index public

Returns the item's position in the Items array of TCollection.

property ID public

A unique, permanent index for the item.

property Collection public

Specifies the TCollection instance to which the TCollectionItem belongs.

method ~TCollectionItem publicClasses.TCollectionItem.~TCollectionItem
method TCollectionItem publicClasses.TCollectionItem.TCollectionItem
method SetDisplayName protected

Sets the name of the collection item as it appears in the collection editor.

method SetIndex protected

Moves the collection item to a specified position in the parent collection.

method SetCollection protected

Sets the value of the Collection property.

method GetDisplayName protected

Returns the name of the collection item as it appears in the collection editor.

method Changed protected

Updates the collection to reflect changes to the collection item.

Inherited from: TPersistent

method TPersistent publicClasses.TPersistent.TPersistent
method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method ~TPersistent publicClasses.TPersistent.~TPersistent
method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method ~TObject publicSystem.TObject.~TObject
method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance protected

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method UnitName public

Returns a string containing the unit name.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method FieldAddress public

Returns the address of a published object field.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method ClassType public

Returns the class reference for the object's class.

method Free public

Destroys an object and frees its associated memory, if necessary.

method TObject publicSystem.TObject.TObject


Unit: ButtonGroup

Member Of: TGrpButtonItem


Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Personal tools
Translations
Newest Version