ImagePicker

Hi,
there is a method to change the caption of the items runtime?
I have tried in any way but no success.

Thanks!

begin
  imagepicker1.BeginUpdate;
  imagepicker1.Items[0].Caption := 'newvalue';
  imagepicker1.EndUpdate;
end;