TypeText

From SCAR Divi Manual
Jump to: navigation, search

Definition

procedure TypeText(const Str: string);

Availability

SCAR Divi 3.35 > Current

Description

Sends the text specified in Str as key presses to the active client. The keys are sent with intervals to give the impression of human input. An extended version of this function is available as TypeTextEx.

Example

begin
  TypeText('Hello World!');
end.

See Also