ProgramsFolder Property (AApp)

Version 6

 

Returns the Programs folder object if created.  Otherwise, it will return Nothing.

Syntax

[ appPrgFolder = ] Object.ProgramsFolder

The ProgramsFolder property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp control

appPrgFolder

AAppFolder

Programs Folder if created.

Comments

This Programs Folder will include either individual programs or another Programs Folder. It is useful in organizing different families or branches of program units (UUTs) or platforms.

Example

The following prints its items, either program name or program folder:

if App.ProgramsFolder

obfld=App.ProgramsFolder().Items(sProgram)

endif

Applies to

AApp

See Also

AAppFolder