TWebUpdate

Just starting to play around with this component. I have everything set up with a control file on my server. My question, though, is when I use WebUpdate1->NewVersionAvailable(), is it possible to obtain a list of files to be downloaded/updates? WebUpdate1->FileList is empty ... what am I overlooking?

NewVersionAvailable just returns the result of basic version check control, no more details than this. Files to be updated are only retrieved in the stage after this. The OnGetFileList event is triggered with list of files involved in this 2nd stage.