Home > Back-end >  Xe7 - iwimagebutton how to specify the picture?
Xe7 - iwimagebutton how to specify the picture?

Time:09-15

As title, iwimagebutton attribute the filename and urls are tried to fill in, can display images (GIF, JPG), to show how to fill in the pictures?

CodePudding user response:

For example:
Procedure TIWForm3. IWAppFormCreate (Sender: TObject);
The begin
//PNG file, in front of the main program in the below directory that is key to
IWImageButton1. ImageFile. Filename:='agt_login. PNG';
IWImageButton1. HotImageFile. Filename:='amor. PNG';
The end;

CodePudding user response:

BMP, PNG, JPG, GIF can be,
  • Related