How to change default image resources ?
Like this bullets:
How to change default image resources ?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I highly recommend assigning a new picture to this property instead of modifying source code.
With modified source code, it will be very difficult to upgrade to a newer version.
But if you still decide to modify it, it is in ListGalleryFrm.pas.
Default list styles are in rvsTemplate1.ListStyles and rvsTemplate2.ListStyles on TfrmRVListGallery.
Note that properties of these list styles are partially defined in DFM, and partially in code.
With modified source code, it will be very difficult to upgrade to a newer version.
But if you still decide to modify it, it is in ListGalleryFrm.pas.
Default list styles are in rvsTemplate1.ListStyles and rvsTemplate2.ListStyles on TfrmRVListGallery.
Note that properties of these list styles are partially defined in DFM, and partially in code.