[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements an enumerator for the buttons defined on a tool bar.
Source position: comctrls.pp line 2238
type TToolBarEnumerator = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
function MoveNext; |
|
Moves to the internal position to the next button instance for the enumerator. |
property Current: TToolButton; [r] |
|
Current tool button instance for the enumerator. |
end; |
|
Implements an enumerator for the buttons defined on a tool bar. |
|
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |