Pular para o conteúdo principal

ReturnCurrentWindowsIDInSiteVersion

Structure

ReturnCurrentWindowsIDInSiteVersion: String

Type

Function

Description

This function returns the current Windows login name, but any spaces are removed and all characters are uppercased. Any trailing or leading spaces are also removed. This is the version of the Windows ID that must also exist in Profile Manager if the Database Settings option for 'NT Authentication' is used.

Parameters: 0

Return Value

String

Example

ShowMessage('Current Windows User In IndySoft Format = ' & ReturnCurrentWindowsIDInSiteVersion) |