GetSection Method
Description
Creates a new section in which to store a layout for text-based storages (XML and Registry).
Syntax
Public Function GetSection( _
ByVal Section As String _
) As PropExchange
Parameters
- Section: String name to identify the layout.
Return Type
Returns a PropExchange object that contains the layout information saved with name Section.
Remarks
More than one layout for each object can be saved to the same file/data source. This allows multiple layouts to be saved to a single location. The GetSection method will create a new "section" in the file/registry in which a new layout can be saved/loaded.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.