Changeset 290 for trunk/Packages/CevoComponents/ButtonB.pas
- Timestamp:
- Feb 26, 2021, 11:56:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ButtonB.pas
r188 r290 38 38 constructor TButtonB.Create(aOwner: TComponent); 39 39 begin 40 inherited Create(aOwner);40 inherited; 41 41 ShowHint := True; 42 42 SetBounds(0, 0, 25, 25);
Note:
See TracChangeset
for help on using the changeset viewer.