Changeset 531 for trunk/Packages/CevoComponents/ButtonBase.pas
- Timestamp:
- Mar 27, 2024, 12:31:14 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ButtonBase.pas
r496 r531 140 140 // procedure TButtonBase.PlayDownSound; 141 141 // begin 142 // if DownSound<>'' then SndPlaySound( pchar(DownSound),SND_ASYNC)142 // if DownSound<>'' then SndPlaySound(PChar(DownSound),SND_ASYNC) 143 143 // end; 144 144 145 145 // procedure TButtonBase.PlayUpSound; 146 146 // begin 147 // if UpSound<>'' then SndPlaySound( pchar(UpSound),SND_ASYNC)147 // if UpSound<>'' then SndPlaySound(PChar(UpSound),SND_ASYNC) 148 148 // end; 149 149
Note:
See TracChangeset
for help on using the changeset viewer.