| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Avoid 'real' properties
If you're creating a new component that requires a floating-point property, be sure not to define properties that use the Real data type, as in:
Comments:
|