guides:programming:programmers_reference_manual:objectlist_service

OBJECTLIST Service

Gets a field-mark delimited list of objects. Refer to the table in the description for Set_Property() earlier in this chapter for a list of available objects.

Note: This is a Windows only function.

ParameterDescription
<object><Window name> (optional). If null, through all windows.
<value><Object type> (optional). If null, all types.

If Object = 'SYSTEM' and type is 'WINDOW', all top level windows (without MDI child or dialog windows).

A list of existing controls that have object as a parent and value as a type.

/* window name of MYWIN */

allEditFieldsInMYWIN = Utility ('OBJECTLIST', MYWIN, 'EDITFIELD')

allControlsInWYWIN = Utility ('OBJECTLIST', MYWIN, '')

allWindowsInSystem = Utility ('OBJECTLIST', '', 'WINDOW')

allTopLevelWindows = Utility ('OBJECTLIST', 'SYSTEM', 'WINDOW')
  • guides/programming/programmers_reference_manual/objectlist_service.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1