Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 705 Bytes

File metadata and controls

28 lines (21 loc) · 705 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

_c_ (2017.12.25): This since VW 2017 supports all resource folders, not only symbol folders.

Version

Availability: from All Versions

Category