compiler-constants
Delphi: All constants are constant, but some are more constant than others?
Consider: const clHotlight: TColor = $00FF9933; clLink = clHotLight; //alias of clHotlight [Error] file.pas: Constant expression expected[详细]
2022-12-28 09:47 分类:问答Using compiler constants in build events
Is there anyway to use compiler constants in Build Events in Visual Studio - VB.NET? (especially in Post-Build events)[详细]
2022-12-21 22:11 分类:问答