GeekArticles
Programming
Delphi
Generate a hint when case
Programming
DelphiGenerate a hint when case of .....
QC#: 10580 Version: 7.0 Status: Open defect, requires resolution Description: Generate a hint because the case always evaluates to the same case-branch or to none of the branches
example:
case $0F00 of
$000: {code};
$100: {code};
/.....
end;
none o
example:
case $0F00 of
$000: {code};
$100: {code};
/.....
end;
none o
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
