TEditButtons Class

Represents type TEditButtons.

Namespace: System.UI.Controls
TObject
  System.Classes.TPersistent
    System.Classes.TCollection
      System.UI.Controls.TEditButtons
type
 TEditButtons = class(TCollection)
 end;

The TEditButtons type exposes the following members.

Show:
 NameDescription
Count

Represents property Count. (Inherited from TCollection.)

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add

Represents method Add.

Assign(TPersistent)

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

AssignTo(TPersistent)

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

Clear

Represents method Clear. (Inherited from TCollection.)

Delete(Integer)

Represents method Delete(Integer). (Inherited from TCollection.)

GetCount

Represents method GetCount. (Inherited from TCollection.)

GetItem(Integer)

Represents method GetItem(Integer).

Top