AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkTextInput.Input Property

Returns the string that the user input.

Syntax
Pascal
class property Input: String;

It will contain characters in the ASCII range 32-126. Some devices may also allow newline characters to be returned. This property value is not defined until Completed returns True. 

Only use this property if you called Start without passing a notification event.

Copyright (c) 2012. All rights reserved.