Changeset 496 for trunk/Packages/CevoComponents/BaseWin.pas
- Timestamp:
- Dec 18, 2023, 10:31:54 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/BaseWin.pas
r472 r496 175 175 Assert((NewMode = wmModal) or (FWindowMode <> wmModal)); 176 176 // don't make modal window non-modal 177 if (NewMode = wmModal) and ( forceclose or (FWindowMode <> wmModal)) then177 if (NewMode = wmModal) and (ForceClose or (FWindowMode <> wmModal)) then 178 178 begin // make modal 179 179 UserLeft := Left; … … 183 183 ShowModal; 184 184 end 185 else if forceclose then185 else if ForceClose then 186 186 begin // make modal 187 187 Visible := False;
Note:
See TracChangeset
for help on using the changeset viewer.