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.
-
When Loading is False, using the GetSection, ExchangeInt, and ExchangeString methods will cause data to be written to the data source (file or registry).
-
When Loading is True, using the GetSection, ExchangeInt, and ExchangeString methods will cause data to be loaded from the data source (file or registry).
See Also
- PropExchange Object
- CreateAsBinaryFile Method
- CreateAsRegistry Method
- CreateAsXML Method
- GetSection Method
- ExchangeInt Method
- ExchangeString Method
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.