Changeset 131 for trunk/Forms
- Timestamp:
- Apr 9, 2022, 12:13:45 PM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.pas
r129 r131 814 814 FContact := nil; 815 815 FormProperties := TFormProperties.Create(nil); 816 FPhoto := TContactImage.Create ;816 FPhoto := TContactImage.Create(nil); 817 817 FPhoto.FieldIndex := cfPhoto; 818 818 FPhoto.OnChange := PhotoChange; -
trunk/Forms/UFormImage.pas
r127 r131 60 60 Core.ThemeManager1.UseTheme(Self); 61 61 62 Image := TContactImage.Create ;62 Image := TContactImage.Create(nil); 63 63 Image.OnChange := ImageChange; 64 64 end;
Note:
See TracChangeset
for help on using the changeset viewer.