GeekArticles
Programming
Delphi
Programming
DelphiAny field after readonly field is readonly also
QC#: 58471 Version: 11.2 Status: New defect, requires tester review Description: see SqlExpr.pas
procedure TCustomSQLDataSet.InternalInitFieldDefs;
...
LoadFieldDef(Word(FID), FieldDescs[0]); // this method does not clean readonly flag in FieldDescs[
procedure TCustomSQLDataSet.InternalInitFieldDefs;
...
LoadFieldDef(Word(FID), FieldDescs[0]); // this method does not clean readonly flag in FieldDescs[
Sponsored Links
Read Next: dbxmss30.dll appears to have a memory leak
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
