AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkImage.ChosenImage Property

Returns the newly chosen image picked using ChooseASync.

Syntax
Pascal
class property ChosenImage: TAgkImage;

Returns nil if the user cancelled the process or you have not yet started it with ChooseASync. Once you have read this property to retrieve the image it will return nil until ChooseASync is called again. 

Only use this property when you called ChooseASync without passing a notification event and when IsChoosingImage returns False.

Copyright (c) 2012. All rights reserved.