Functions for Separating Project Data

GetProject Function

GetProjectVCSData Function

GetMessages Function

GetProject Function

The GetProject function separates data on a project opened in DA-C.

Declaration:

GetProject( TProject ProjectData )

Parameter:

ProjectData - variable in which project data are stored.

Example:

#{ GetProject( ProjectData ) }#

GetProjectVCSData Function

The GetProjectVCSData function separates data on a project opened in DA-C from the Version Control System.

Declaration:

GetProject( TProjectVCSData ProjectVCSData )

Parameter:

ProjectVCSData - variable in which VCS project data are stored.

Example:

#{ GetProjectVCSData( ProjectVCSData ) }#

GetMessages Function

The GetMessages function separates data on project messages.

Declaration:

GetMessages( TCollection<TMessage> Messages, string Category )

Parameters:

Messages - variable in which message data are stored,

Category - message category - the possible values of this argument are: "Static Code Analysis", " Source Code Metrics", " Makefile generator", "Naming Convention" or User-Defined tab name.

Example:

#{ GetMessages( Messages, "Static Code Analysis") }#