Home
last modified time | relevance | path

Searched refs:RealIndex (Results 1 – 22 of 22) sorted by last modified time

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomnotebook.inc691 RealIndex: Integer;
697 RealIndex := 0;
701 if pfAdded in Page[i].FFlags then inc(RealIndex);
704 …ustomTabControl.WSMovePage APage=',DbgSName(APage),' NewIndex=',NewIndex,' RealIndex=',RealIndex]);
705 TWSCustomTabControlClass(WidgetSetClass).MovePage(Self, APage, RealIndex);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc132 PageIndex, RealIndex: integer;
141 if RealIndex <> -1 then
169 PageIndex, RealIndex: integer;
174 RealIndex := TabControl.PageToTabIndex(PageIndex);
178 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT, 0, 0)…
196 PageIndex, RealIndex: integer;
200 RealIndex := TCustomTabControl(ACustomPage.Parent).PageToTabIndex(PageIndex);
203 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT,0,0)) …
524 I, Res, RealIndex: Integer;
532 RealIndex := 0;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincepagecontrol.inc135 PageIndex, RealIndex: integer;
146 if RealIndex <> -1 then
148 Windows.WPARAM(RealIndex), 0);
156 PageIndex, RealIndex: integer;
164 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT, 0, 0)) …
187 PageIndex, RealIndex: integer;
194 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT,0,0)) th…
198 Windows.SendMessage(NotebookHandle, TCM_GETITEM, RealIndex, LPARAM(@TCI));
310 I, Res, RealIndex: Integer;
315 RealIndex := 0;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas656 function RealIndex(Index: Integer): Integer; in RealIndex() function
6315 result := Columns.RealIndex(Column - FirstGridColumn)
13161 function TGridColumns.RealIndex(Index: Integer): Integer; in RealIndex() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2wscustomlistview.inc851 //gtk_tree_view_column_set_attributes(column, pixrenderer,['pixbuf', RealIndex, nil]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomnotebook.inc691 RealIndex: Integer;
697 RealIndex := 0;
701 if pfAdded in Page[i].FFlags then inc(RealIndex);
704 …ustomTabControl.WSMovePage APage=',DbgSName(APage),' NewIndex=',NewIndex,' RealIndex=',RealIndex]);
705 TWSCustomTabControlClass(WidgetSetClass).MovePage(Self, APage, RealIndex);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas656 function RealIndex(Index: Integer): Integer; in RealIndex() function
6315 result := Columns.RealIndex(Column - FirstGridColumn)
13161 function TGridColumns.RealIndex(Index: Integer): Integer; in RealIndex() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2wscustomlistview.inc851 //gtk_tree_view_column_set_attributes(column, pixrenderer,['pixbuf', RealIndex, nil]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc132 PageIndex, RealIndex: integer;
141 if RealIndex <> -1 then
169 PageIndex, RealIndex: integer;
174 RealIndex := TabControl.PageToTabIndex(PageIndex);
178 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT, 0, 0)…
196 PageIndex, RealIndex: integer;
200 RealIndex := TCustomTabControl(ACustomPage.Parent).PageToTabIndex(PageIndex);
203 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT,0,0)) …
524 I, Res, RealIndex: Integer;
532 RealIndex := 0;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincepagecontrol.inc135 PageIndex, RealIndex: integer;
146 if RealIndex <> -1 then
148 Windows.WPARAM(RealIndex), 0);
156 PageIndex, RealIndex: integer;
164 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT, 0, 0)) …
187 PageIndex, RealIndex: integer;
194 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT,0,0)) th…
198 Windows.SendMessage(NotebookHandle, TCM_GETITEM, RealIndex, LPARAM(@TCI));
310 I, Res, RealIndex: Integer;
315 RealIndex := 0;
[all …]
/dports/editors/lazarus/docs/chm/
H A Dlcl.xct16835 RealIndex grids/tgridcolumns.realindex.html
/dports/editors/lazarus-qt5/docs/chm/
H A Dlcl.xct16835 RealIndex grids/tgridcolumns.realindex.html
/dports/editors/lazarus/lazarus/lcl/
H A Dgrids.pas648 function RealIndex(Index: Integer): Integer; in RealIndex() function
6178 result := Columns.RealIndex(Column - FirstGridColumn)
12958 function TGridColumns.RealIndex(Index: Integer): Integer; in RealIndex() function
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dgrids.pas648 function RealIndex(Index: Integer): Integer; in RealIndex() function
6178 result := Columns.RealIndex(Column - FirstGridColumn)
12958 function TGridColumns.RealIndex(Index: Integer): Integer; in RealIndex() function
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcustomnotebook.inc717 RealIndex: Integer;
723 RealIndex := 0;
727 if pfAdded in Page[i].FFlags then inc(RealIndex);
730 …ustomTabControl.WSMovePage APage=',DbgSName(APage),' NewIndex=',NewIndex,' RealIndex=',RealIndex]);
731 TWSCustomTabControlClass(WidgetSetClass).MovePage(Self, APage, RealIndex);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcustomnotebook.inc717 RealIndex: Integer;
723 RealIndex := 0;
727 if pfAdded in Page[i].FFlags then inc(RealIndex);
730 …ustomTabControl.WSMovePage APage=',DbgSName(APage),' NewIndex=',NewIndex,' RealIndex=',RealIndex]);
731 TWSCustomTabControlClass(WidgetSetClass).MovePage(Self, APage, RealIndex);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2wscustomlistview.inc851 //gtk_tree_view_column_set_attributes(column, pixrenderer,['pixbuf', RealIndex, nil]);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2wscustomlistview.inc851 //gtk_tree_view_column_set_attributes(column, pixrenderer,['pixbuf', RealIndex, nil]);
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc132 PageIndex, RealIndex: integer;
143 if RealIndex <> -1 then
171 PageIndex, RealIndex: integer;
176 RealIndex := TabControl.PageToTabIndex(PageIndex);
180 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT, 0, 0)…
198 PageIndex, RealIndex: integer;
202 RealIndex := TCustomTabControl(ACustomPage.Parent).PageToTabIndex(PageIndex);
205 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT,0,0)) …
508 I, Res, RealIndex: Integer;
516 RealIndex := 0;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc132 PageIndex, RealIndex: integer;
143 if RealIndex <> -1 then
171 PageIndex, RealIndex: integer;
176 RealIndex := TabControl.PageToTabIndex(PageIndex);
180 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT, 0, 0)…
198 PageIndex, RealIndex: integer;
202 RealIndex := TCustomTabControl(ACustomPage.Parent).PageToTabIndex(PageIndex);
205 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(TabControlHandle, TCM_GETITEMCOUNT,0,0)) …
508 I, Res, RealIndex: Integer;
516 RealIndex := 0;
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincepagecontrol.inc135 PageIndex, RealIndex: integer;
146 if RealIndex <> -1 then
148 Windows.WPARAM(RealIndex), 0);
156 PageIndex, RealIndex: integer;
164 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT, 0, 0)) …
187 PageIndex, RealIndex: integer;
194 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT,0,0)) th…
198 Windows.SendMessage(NotebookHandle, TCM_GETITEM, RealIndex, LPARAM(@TCI));
310 I, Res, RealIndex: Integer;
315 RealIndex := 0;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincepagecontrol.inc135 PageIndex, RealIndex: integer;
146 if RealIndex <> -1 then
148 Windows.WPARAM(RealIndex), 0);
156 PageIndex, RealIndex: integer;
164 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT, 0, 0)) …
187 PageIndex, RealIndex: integer;
194 …if (RealIndex >= 0) and (RealIndex < Windows.SendMessage(NotebookHandle, TCM_GETITEMCOUNT,0,0)) th…
198 Windows.SendMessage(NotebookHandle, TCM_GETITEM, RealIndex, LPARAM(@TCI));
310 I, Res, RealIndex: Integer;
315 RealIndex := 0;
[all …]