Skip to content

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 or data source. This allows multiple layouts to be saved to a single location. The GetSection method will create a new "section" in the file or registry in which a new layout can be saved or loaded.

See Also

Example


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