Declaration

function AliasGetPath(const aAlias: string; out aPath: string): TnxResult; override;

 
Description

This function returns the Path of a directory. The format of aPath is specific to the actual implementation, in the default implementation it is a directory.

 
Parameters

const aAlias: string

the name of the alias

out aPath: string

the variable that will be set to the path.

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