Changeset 303 for branches/highdpi/Packages/CevoComponents/ButtonA.pas
- Timestamp:
- Mar 9, 2021, 9:19:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/ButtonA.pas
r210 r303 35 35 constructor TButtonA.Create(aOwner: TComponent); 36 36 begin 37 inherited Create(aOwner);37 inherited; 38 38 FCaption := ''; 39 39 SetBounds(0, 0, 100, 25);
Note:
See TracChangeset
for help on using the changeset viewer.