Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

ProfileName

Returns the name of the currently active Stealth profile.

Возвращает имя текущего активного профиля Stealth.

Pascal

function ProfileName: String;

Python

def ProfileName() -> str: ...

Pascal Example

begin
  AddToSystemJournal('Profile: ' + ProfileName);
  AddToSystemJournal('Shard: ' + ProfileShardName);
end.

Python Example

AddToSystemJournal(f'Profile: {ProfileName()}')
AddToSystemJournal(f'Shard: {ProfileShardName()}')

See Also

ChangeProfile, ProfileShardName, ShardName