Skip to content

PropExchange Object Members

See Also

PropExchange Overview


See Also Grid Control ActiveX Control v24.0

PropExchange Object Members

Public Methods

  • Public Method CreateAsBinaryFile
    Binary file to load/save the information to/from and it also determines if the information will be loaded or saved to the file.

  • Public Method CreateAsRegistry
    Registry key to load/save the information to/from and it also determines if the information will be loaded or saved to the registry.

  • Public Method CreateAsXML
    XML file to load/save the information to/from and it also determines if the information will be loaded or saved to the file.

  • Public Method EmptySection
    Call this method to free section information before storing.

  • Public Method ExchangeInt
    Long value to/from a data source.

  • Public Method ExchangeString
    String value to/from a data source.

  • Public Method GetSection
    Creates a new section in which to store a layout for text-based storages (XML and Registry).

  • Public Method LoadFromFile
    Loads layout information from a XML file into the PropExchange object.

  • Public Method SaveToFile
    Saves the XML layout information stored in the Value property to a XML file at the specified path.

Public Properties

  • Public Property Encoding
    Gets/sets the character set used when working with XML data.

  • Public Property Loading
    Specifies whether exchanging information is in "load" mode.

  • Public Property Valid
    Specifies whether information was successfully saved to a PropExchange object.

  • Public Property Value
    Gets/sets the XML text that represents the controls layout/state.

See Also

PropExchange Overview


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