Back to Devexpress

TcxBarEditItem Members

vcl-cxbaredititem-dot-tcxbaredititem-dot-underscore-members.md

latest28.4 KB
Original Source

TcxBarEditItem Members

A toolbar item container for an in-place editor from the ExpressEditors Library.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
ActionSpecifies the action associated with TdxBarItem. Inherited from TdxBarItem.
ActuallyVisibleDetermines whether an item is accessible to a user. Inherited from TdxBarItem.
AlignDefines item control alignment within a toolbar area. Inherited from TdxBarItem.
AutomationProvides access to bar item UI Automation and accessibility-related settings. Inherited from TdxBarItem.
BarManagerProvides access to the bar manager to which the component belongs. Inherited from TdxBarComponent.
BarStyleDropDownButtonSpecifies how to paint dropdown buttons in embedded ExpressEditors. Inherited from TcxCustomBarEditItem.
CanSelectInherited from TdxBarItem.
CaptionSpecifies the bar item caption. Inherited from TdxBarItem.
CategorySpecifies the category to which the toolbar item belongs. Inherited from TdxBarItem.
ClickItemLinkSpecifies the item link whose item control has been clicked. Inherited from TdxBarItem.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
CurEditValueReturns the current value of the embedded editor. Inherited from TcxCustomBarEditItem.
CurItemLinkReturns the current active item link. Inherited from TdxBarItem.
CurText protectedSpecifies the text string currently edited in an item. Inherited from TdxBarWindowItem.
DataSpecifies an object that contains arbitrary data associated with the bar item. Inherited from TdxBarItem.
DescriptionSpecifies an item’s description. Inherited from TdxBarItem.
DesignInfoInherited from TComponent.
EditValueSpecifies the embedded editor value. Inherited from TcxCustomBarEditItem.
EmptyWindow protectedDetermines whether text editing is available within TdxBarWindowItem. Inherited from TdxBarWindowItem.
EnabledInherited from TdxBarItem.
FocusedItemLinkReturns the item link of the focused item control. Inherited from TdxBarWindowItem.
GlyphSpecifies the glyph that is displayed when this item’s link represents a standard size ( 16 by 16 pixels) item control. Inherited from TdxBarItem.
HeightSpecifies embedded editor height, in pixels. Inherited from TcxCustomBarEditItem.
HelpContextProvides a context number when calling context-sensitive online Help. Inherited from TdxBarItem.
HintSpecifies a hint for the bar item. Inherited from TdxBarItem.
ImageIndexSpecifies the image that is displayed when the item’s link represents a standard size ( 16 by 16 pixels) item control or enlarged standard size button. Inherited from TdxBarItem.
IndexSpecifies item index in a bar manager’s item list. Inherited from TdxBarItem.
IsPredefinedIdentifies if the bar item is predefined (created in code). Inherited from TdxBarItem.
ItemIndexSpecifies the selected item in a supported combo box editor when it is embedded in the toolbar editor item. Inherited from TcxCustomBarEditItem.
KeyTipSpecifies a KeyTip for the current item’s links. Inherited from TdxBarItem.
LargeGlyphSpecifies the glyph that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item. Inherited from TdxBarItem.
LargeImageIndexSpecifies the image that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item. Inherited from TdxBarItem.
LinkCountReturns the number of links accessible through the Links property. Inherited from TdxBarItem.
LinksProvides indexed access to individual bar item links. Inherited from TdxBarItem.
MergeKindSpecifies how the current bar item will be merged into another bar. Inherited from TdxBarItem.
MergeOrderSpecifies the relative visual position of the item among items in the merging bar. Inherited from TdxBarItem.
NameInherited from TComponent.
ObserversInherited from TComponent.
OwnerInherited from TComponent.
PaintStyle protectedSpecifies the look of linked item controls on screen. Inherited from TdxBarItem.
PropertiesProvides access to active in-place editor settings. Inherited from TcxCustomBarEditItem.
PropertiesClassSpecifies the reference to the editor properties class that corresponds to the active in-place editor type. Inherited from TcxCustomBarEditItem.
PropertiesClassNameSpecifies the embedded editor type by its class name. Inherited from TcxCustomBarEditItem.
RepositoryItemSpecifies an edit repository item component for the toolbar editor item. Inherited from TcxCustomBarEditItem.
ScreenTipAssociates the currently processed bar item with a ScreenTip. Inherited from TdxBarItem.
ShortCutSpecifies the shortcut for the bar item. Inherited from TdxBarItem.
ShowCaptionSpecifies if the toolbar item caption is visible in the parent toolbar. Inherited from TdxCustomBarEdit.
StyleSpecifies the style applied to the toolbar item. Inherited from TdxBarItem.
StyleEditSpecifies the style of the current in-place editor. Inherited from TdxCustomBarEdit.
TagInherited from TComponent.
Text protectedContains the text string associated with an item. Inherited from TdxBarWindowItem.
UnclickAfterDoingDetermines the item’s click behavior. Inherited from TdxBarItem.
VCLComObjectInherited from TComponent.
VisibleSpecifies the bar component’s visibility state in the parent bar manager at runtime. Inherited from TdxBarComponent.
VisibleForCustomizationInherited from TdxBarItem.
VisibleForUserDetermines whether an item is visible to a user. Inherited from TdxBarItem.
WidthSpecifies the edit item’s width – in pixels. Inherited from TdxCustomBarEdit.

Methods

NameDescription
ActionChange(TObject,Boolean) protectedUpdates linked item controls to reflect changes in associated actions. Inherited from TdxBarItem.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject)Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject)Inherited from TComponent.
BeginInvoke(TProc,TObject)Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject)Inherited from TComponent.
CanChangePaintStyle protectedInherited from TdxBarItem.
CanClicked protectedSpecifies whether an item responds to mouse clicks. Inherited from TdxBarItem.
CaptionChanged protectedThis method is called when caption changes. Inherited from TdxBarItem.
Change protectedGenerates an OnChange event. Inherited from TdxBarWindowItem.
ClickCalls the DirectClick method to respond to mouse clicks. Inherited from TdxBarItem.
CurChange protectedGenerates an OnCurChange event. Inherited from TdxBarWindowItem.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
DirectClickProcesses mouse click events. Inherited from TdxBarItem.
DoClickThis procedure generates an OnClick event. Inherited from TdxBarItem.
EnabledChanged protectedThis procedure is called when the Enabled property changes. Inherited from TdxBarItem.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindComponent(String)Inherited from TComponent.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetActionLinkClass protectedReturns an appropriate action link class associated with controls. Inherited from TdxBarItem.
GetAddMessageNameInherited from TdxBarItem.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetCurrentImagesReturns the image list that is used when the current toolbar item is painted. Inherited from TdxBarItem.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentReturns the parent component of a TdxBarItem object. Inherited from TdxBarItem.
GetPropertiesReturns embedded editor settings. Inherited from TcxCustomBarEditItem.
GlyphChanged protectedCalled after a source of images for the current bar item has been changed. Inherited from TdxBarItem.
HasAccel(TdxBarItemLink) protectedSpecifies if TdxBarItem includes an accelerator key. Inherited from TdxBarItem.
HasParentDetermines if the bar item belongs to a TdxBarManager category. Inherited from TdxBarItem.
HotGlyphChanged protectedCalled after a source of hot images for the current bar item has been changed. Inherited from TdxBarItem.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
KeyDown(Word,TShiftState) protectedGenerates an OnKeyDown event. Inherited from TdxBarWindowItem.
KeyPress(Char) protectedGenerates an OnKeyPress event. Inherited from TdxBarWindowItem.
LargeGlyphChanged protectedCalled after a source of large images for the current bar item has been changed. Inherited from TdxBarItem.
LoadedInherited from TComponent.
Notification(TComponent,TOperation)Inherited from TComponent.
PaintStyleChanged protectedInherited from TdxBarItem.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
SetFocus(Boolean)Focuses an item control associated with the current windowed item. Inherited from TdxBarWindowItem.
SetParentComponent(TComponent)Sets the parent object of TdxBarItem. Inherited from TdxBarItem.
SetSubComponent(Boolean)Inherited from TComponent.
ShortCutChanged protectedApplies a shortcut change for the bar item. Inherited from TdxBarItem.
ToStringInherited from TObject.
Update protectedRepaints corresponding item controls. Inherited from TdxBarItem.
UpdateAction(TBasicAction)Inherited from TComponent.
UpdateEx(TdxBarKinds) protectedRepaints corresponding item controls. Inherited from TdxBarItem.
UseHotImages protectedDetermines if a bar item uses an image from the bar manager’s HotImages list to draw linked item controls. Inherited from TdxBarItem.
VisibleChanged protectedThis procedure is called when the Visible property changes. Inherited from TdxBarItem.
WidthChanged protectedInherited from TdxBarItem.

Events

NameDescription
OnChangeOccurs when the text of an edit control changes. Inherited from TdxBarWindowItem.
OnClickAllows you to respond to clicks on the bar item. Inherited from TdxBarItem.
OnCurChangeOccurs on text editing. Inherited from TdxBarWindowItem.
OnDestroyThis event occurs before the bar item is destroyed. Inherited from TdxBarItem.
OnEnterOccurs when an item control, corresponding to an item, receives focus. Inherited from TdxBarWindowItem.
OnExitOccurs when an item control, corresponding to an item, loses focus. Inherited from TdxBarWindowItem.
OnGetScreenTipInherited from TdxBarItem.
OnKeyDownOccurs when a user presses a key in a linked item control. Inherited from TdxBarWindowItem.
OnKeyPressOccurs when users press a single character key. Inherited from TdxBarWindowItem.
OnKeyUpOccurs when users release a key once pressed. Inherited from TdxBarWindowItem.
PropertiesEventsInherited from TcxCustomBarEditItem.

See Also

TcxBarEditItem Class

cxBarEditItem Unit