AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkTextInput.Completed Property

Returns True for the frame that the user completed inputting text (sucessfully or not).

Syntax
Pascal
class property Completed: Boolean;

After completion this command will return to False. At this point you can check if the user cancelled the input by using Cancelled

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

Copyright (c) 2012. All rights reserved.