Declaration

function AliasModify(const aAlias: string; const aNewName: string; const aNewPath: string): TnxResult; override;

 
Description

This function implements the modification of a an Alias. The function supports modifying name and/or path of the Alias.

 
Parameters

const aAlias: string

the name of the Alias.

const aNewName: string

a new name for the alias.

aPath

the directory the Alias points to. The format is specific to the actual implementation

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxRemoteSession