Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 671 Bytes

File metadata and controls

29 lines (21 loc) · 671 Bytes

FInFolder

Description

Function FInFolder returns a handle to the first object in the referenced symbol folder. The object can be either a symbol definition or a nested symbol folder. If the folder is empty, the function returns NIL.

FUNCTION FInFolder(sfHd : HANDLE): HANDLE;
def vs.FInFolder(sfHd):
    return HANDLE

Parameters

Name Type Description
sfHd HANDLE Handle to symbol definition or symbol folder.

Remarks

[[User:CBM-c-|c]] (2017.12.25): This since VW 2017 supports all resource folders, not only symbol folders.

Version

Availability: from All Versions

Category

  • Document List Handling