Data.DB.TDataSet.GetIndexDefsClass
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetIndexDefsClass: TIndexDefsClass; virtual;
C++
virtual TIndexDefsClass __fastcall GetIndexDefsClass();
Description
Returns the metaclass for an index definition list.
GetIndexDefsClass is used to get the class reference for a TIndexDefs class. The method is internally used in GetIndexDefs when the index definition list is created.
See Also