Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TTaskDialogButtons.GetEnumerator

Gets an enumerator for the buttons in the Items property.

Declaration

Source position: dialogs.pp line 608

public function TTaskDialogButtons.GetEnumerator: TTaskDialogButtonsEnumerator;

Function result

TTaskDialogButtonsEnumerator instance for the buttons in the collection.

See also

TTaskDialogButtons.Items

  

Provides indexed access to buttons defined in the collection.