[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigMemStorageModification

Represents modification operations for configuration storage nodes.

Declaration

Source position: lazconfigstorage.pas line 104

type TConfigMemStorageModification = (

  cmsmSet,

  

Represents a set or write operation.

  cmsmGet,

  

Represents a get or read operation.

  cmsmDelete,

  

Represents a delete operation for a storage node.

  cmsmDeleteValue

  

Represents a delete operation for the value in a storage node.

);

Description

TConfigMemStorageModification is an enumerated type with values that represent modification operations performed for nodes in a memory-based configuration storage.


Version 4.0 Generated 2025-05-03 Home