User Tools

Site Tools


prop_items.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:Items ====== Previous pageReturn to chapter overviewNext page

Returns or sets the number of entries visible in a LIST or COMBO control.

Example:

Que     QUEUE

      STRING(30)

          END

WinView   WINDOW('View'),AT(0,0,320,200),MDI,MAX,HVSCROLL,SYSTEM

      LIST,AT(6,6,120,90),USE(?List),FORMAT('120L'),FROM(Q),IMM

     END

CODE

OPEN(WinView)

SET(SomeFile)

LOOP ?List(PROP:Items} TIMES  !Fill display queue to limit of displayable items

 NEXT(SomeFile)

 Que = Fil:Record

 ADD(Que)

END

ACCEPT

END

prop_items.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1