TsgcSTUNClientPropriedades › NotifyEvents

NotifyEvents Property

Seleciona como os eventos com threads são sincronizados com a main thread VCL/FMX.

Sintaxe

property NotifyEvents: TwsNotifyEvent read GetNotifyEvents write SetNotifyEvents;

Valor Padrão

Observações

Define o modelo de threads usado para despachar os eventos OnSTUN*:

Exemplo

oSTUN.NotifyEvents := neAsynchronous;
oSTUN.SendRequest;

Voltar para Propriedades