Copyright © 2001-2023 MultiMedia Soft

TracksBoardLoadingDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the loading of a TracksBoard session is completed. The loading session is started through a previous call to the TracksBoard.Load method.

 

 

Syntax

 

[Visual Basic]

TracksBoardLoadingDone (

ByVal bResult as enumBoolean

)


 

[C++]

void TracksBoardLoadingDone (

long bResult

);


 

 

Parameter

Description

 

 

bResult

Boolean value that specifies if the loading session was completed successfully.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

BOOL_FALSE

0

An error occurred, check the LastError property value in order to see the error code

BOOL_TRUE

1

The loading session was completed successfully