Record TModelIndex
Unit
Declaration
type TModelIndex = record
Description
Overview
Fields
Row: Integer; |
|
Column: Integer; |
|
P: Pointer; |
|
M: TFireModelAbstract; |
Methods
constructor Create(Model: TFireModelAbstract; Row: Integer; Column: Integer; P: Pointer = nil); |
|
function IsValid: Boolean; |
|
function GetParent: TModelIndex; |
|
function IsEqual(const Index: TModelIndex): Boolean; |
|
class function Null: TModelIndex; inline; static; |
Description
Fields
Row: Integer; |
|
Column: Integer; |
|
P: Pointer; |
|
M: TFireModelAbstract; |
|
Methods
constructor Create(Model: TFireModelAbstract; Row: Integer; Column: Integer; P: Pointer = nil); |
|
function IsValid: Boolean; |
|
function GetParent: TModelIndex; |
|
function IsEqual(const Index: TModelIndex): Boolean; |
|
class function Null: TModelIndex; inline; static; |
|
Generated by PasDoc 0.15.0.