Skip to content

Loading Property

Description

Specifies whether exchanging information is in "load" mode.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Loading() As Boolean

Remarks

When using any of the CreateAs methods, the Loading parameter is used to specify whether the layout information is currently Loading or saving. The Loading property will remain True until set to False by calling a CreateAs method and passing False as the Loading parameter. The Loading property can be used to determine if you are currently loading layout information.

See Also

Example

Using the Loading Property


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.