HFORM_ITERATOR TFormer_GetFirstFormIt ( HTFORM  pInstance,
LPCSTR  pszProjectName,
ERRCODE *  peCode 
)

Returns an iterator pointing to the first FormLayout in the specified Project.

Returns:
- Iterator in case of success
- NULL in case of an error (check peCode in this case)
Parameters:
[in] pInstance The TFORMer-Instance provided by a previous call to TFormer_Init.
[in] pszProjectName The name of the Project within the Repository.
[out] peCode Error Code (ErrOk (0) in case of success)
Remarks:
Creates a new FormLayout iterator and sets its position to the first FormLayout in the Project specified by pszProjectName. To get the name of the FormLayout call TFormer_FormItGetName.
Note:
Release the iterator after use with TFormer_FreeFormIt ! Memory leaks may occur otherwise.


© 2006-2009 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Sep 2 16:01:09 2009 for TFORMer Runtime DLL/Shared Library with doxygen 1.5.8