AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImage.IsChoosingImage Property

Returns True if AGK is currently displaying a choose image screen and waiting for the user to pick an image.

Syntax
Pascal
class property IsChoosingImage: Boolean;

When this returns False the user has either cancelled or chosen an image. Check ChosenImage to see what the result was. 

Only use this property when you called ChooseASync without passing a notification event.

Copyright (c) 2012. All rights reserved.