TAssistant Class

Represents type TAssistant.

Namespace: System.UI.Assistant
TObject
  System.UI.Assistant.TAssistant
type
 TAssistant = class(TObject)
 end;

The TAssistant type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TAssistant class.

Create(String)

Overloaded. Initializes a new instance of the TAssistant class.

Top
Show:
 NameDescription
Height

Represents property Height.

Width

Represents property Width.

Top
Show:
 NameDescription
Abort

Represents method Abort.

GestureAndSpeak(TRect,String)

Represents method GestureAndSpeak(TRect,String).

GestureAt(Integer,Integer)

Represents method GestureAt(Integer,Integer).

GetHeight

Represents method GetHeight.

GetWidth

Represents method GetWidth.

Hide(Boolean)

Represents method Hide(Boolean).

MoveTo(Integer,Integer,Integer)

Represents method MoveTo(Integer,Integer,Integer).

Perform(String)

Overloaded. Represents method Perform(String).

Perform(TAssistantAction)

Overloaded. Represents method Perform(TAssistantAction).

Show(Boolean)

Represents method Show(Boolean).

Speak(String)

Represents method Speak(String).

Think(String)

Represents method Think(String).

Top