TEditButton Class

Represents type TEditButton.

Namespace: System.UI.Controls
TObject
  System.Classes.TPersistent
    System.Classes.TCollectionItem
      System.UI.Controls.TEditButton
type
 TEditButton = class sealed(TCollectionItem)
 end;

The TEditButton type exposes the following members.

Show:
 NameDescription
Action

Represents property Action.

Caption

Represents property Caption.

Enabled

Represents property Enabled.

Glyph

Represents property Glyph.

Hint

Represents property Hint.

ImageIndex

Represents property ImageIndex.

Kind

Represents property Kind.

LeftAlignment

Represents property LeftAlignment.

TextAlignment

Represents property TextAlignment.

Visible

Represents property Visible.

Width

Represents property Width.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

GetAction

Represents method GetAction.

GetCaption

Represents method GetCaption.

GetEnabled

Represents method GetEnabled.

GetGlyph

Represents method GetGlyph.

GetHint

Represents method GetHint.

GetImageIndex

Represents method GetImageIndex.

GetKind

Represents method GetKind.

GetLeftAlignment

Represents method GetLeftAlignment.

GetTextAlignment

Represents method GetTextAlignment.

GetVisible

Represents method GetVisible.

GetWidth

Represents method GetWidth.

SetAction(TAction)

Represents method SetAction(TAction).

SetCaption(String)

Represents method SetCaption(String).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetHint(String)

Represents method SetHint(String).

SetImageIndex(Integer)

Represents method SetImageIndex(Integer).

SetKind(TEditButtonKind)

Represents method SetKind(TEditButtonKind).

SetLeftAlignment(Boolean)

Represents method SetLeftAlignment(Boolean).

SetTextAlignment(TAlignment)

Represents method SetTextAlignment(TAlignment).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

SetWidth(Integer)

Represents method SetWidth(Integer).

Top