Data.Bind.Grid.TBaseLinkGridToDataSourceColumn.SetIndex
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.Grid.pas Data.Bind.Grid.hpp
| |
Unit: Data.Bind.Grid | |
Parent: TBaseLinkGridToDataSourceColumn |
Delphi
procedure SetIndex(Value: Integer); override;
C++
virtual void __fastcall SetIndex(int Value);
Description
Moves the collection item to a specified position in the parent collection.
Data.Bind.Grid.TBaseLinkGridToDataSourceColumn.SetIndex inherits from System.Classes.TCollectionItem.SetIndex. All content below this line refers to System.Classes.TCollectionItem.SetIndex.
Moves the collection item to a specified position in the parent collection.
SetIndex is the protected write implementation of the Index property. The Value parameter specifies the new (0-based) position for the item in its parent collection.