Data.Bind.ObjectScope.TBindSourceAdapter.GetItemIndexOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemIndexOffset: Integer;

C++

int __fastcall GetItemIndexOffset();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method of the ItemIndexOffset property.

GetItemIndexOffset returns the offset of the item index.

Call GetItemIndexOffset to determine the offset of the item index.

See Also