Home
last modified time | relevance | path

Searched refs:ShellListView (Results 1 – 25 of 27) sorted by last modified time

12

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dwmf_mainform.pas26 ShellListView: TShellListView;
74 if ShellListView.Selected = nil then
H A Dwmf_mainform.lfm31 object ShellListView: TShellListView
63 ShellListView = ShellListView
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dshellctrls.pas107 property ShellListView: TCustomShellListView read FShellListView write SetShellListView; property
204 property ShellListView;
557 if Assigned(ShellListView) then
558 ShellListView.Root := FRoot;
648 ShellListView := nil;
1406 Tmp.ShellListView := nil;
1420 if Value.ShellListView <> Self then Value.ShellListView := Self;
H A Dfilectrl.pp166 property ShellListView: TShellListView read FShellListView write SetShellListView;
194 property ShellListView;
H A Dlazdialogs.pas28 ShellListView: TShellListView;
145 ShellListView := TShellListView.Create(Self);
146 ShellListView.Parent := Self;
147 ShellListView.Left := 0;
148 ShellListView.Top := ShellTreeView.Height;
149 ShellListView.Width := Width;
151 ShellListView.Align := alClient;
153 ShellListView.ScrollBars := ssVertical;
181 FilterComboBox.ShellListView := ShellListView;
244 if ShellListView.Selected = nil then Exit;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewsdialogs.pp112 ShellListView: TShellListView;
205 // Add the ShellListView to the dialog
207 ShellListView.Parent := Self;
208 ShellListView.Left := 0;
209 ShellListView.Top := ShellTreeView.Height;
210 ShellListView.Width := Width;
212 ShellListView.Align := alClient;
214 ShellListView.ScrollBars := ssVertical;
242 FilterComboBox.ShellListView := ShellListView;
292 if ShellListView.Selected = nil then Exit;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dwmf_mainform.lfm31 object ShellListView: TShellListView
63 ShellListView = ShellListView
H A Dwmf_mainform.pas26 ShellListView: TShellListView;
74 if ShellListView.Selected = nil then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dfilectrl.pp166 property ShellListView: TShellListView read FShellListView write SetShellListView;
194 property ShellListView;
H A Dshellctrls.pas107 property ShellListView: TCustomShellListView read FShellListView write SetShellListView; property
204 property ShellListView;
557 if Assigned(ShellListView) then
558 ShellListView.Root := FRoot;
648 ShellListView := nil;
1406 Tmp.ShellListView := nil;
1420 if Value.ShellListView <> Self then Value.ShellListView := Self;
H A Dlazdialogs.pas28 ShellListView: TShellListView;
145 ShellListView := TShellListView.Create(Self);
146 ShellListView.Parent := Self;
147 ShellListView.Left := 0;
148 ShellListView.Top := ShellTreeView.Height;
149 ShellListView.Width := Width;
151 ShellListView.Align := alClient;
153 ShellListView.ScrollBars := ssVertical;
181 FilterComboBox.ShellListView := ShellListView;
244 if ShellListView.Selected = nil then Exit;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewsdialogs.pp112 ShellListView: TShellListView;
205 // Add the ShellListView to the dialog
207 ShellListView.Parent := Self;
208 ShellListView.Left := 0;
209 ShellListView.Top := ShellTreeView.Height;
210 ShellListView.Width := Width;
212 ShellListView.Align := alClient;
214 ShellListView.ScrollBars := ssVertical;
242 FilterComboBox.ShellListView := ShellListView;
292 if ShellListView.Selected = nil then Exit;
[all …]
/dports/editors/lazarus/docs/chm/
H A Dlcl.xct17965 ShellListView filectrl/tcustomfiltercombobox.shelllistview.html
17994 ShellListView filectrl/tcustomfiltercombobox.shelllistview.html
18047 ShellListView shellctrls/tcustomshelltreeview.shelllistview.html
18132 ShellListView shellctrls/tcustomshelltreeview.shelllistview.html
21009 ShellListView lazdialogs/tlazarusfiledialogform.shelllistview.html
/dports/editors/lazarus-qt5/docs/chm/
H A Dlcl.xct17965 ShellListView filectrl/tcustomfiltercombobox.shelllistview.html
17994 ShellListView filectrl/tcustomfiltercombobox.shelllistview.html
18047 ShellListView shellctrls/tcustomshelltreeview.shelllistview.html
18132 ShellListView shellctrls/tcustomshelltreeview.shelllistview.html
21009 ShellListView lazdialogs/tlazarusfiledialogform.shelllistview.html
/dports/editors/lazarus/lazarus/lcl/
H A Dfilectrl.pp165 property ShellListView: TShellListView read FShellListView write SetShellListView;
193 property ShellListView;
H A Dshellctrls.pas95 property ShellListView: TCustomShellListView read FShellListView write SetShellListView; property
186 property ShellListView;
503 if Assigned(ShellListView) then
504 ShellListView.Root := FRoot;
588 ShellListView := nil;
1303 Tmp.ShellListView := nil;
1317 if Value.ShellListView <> Self then Value.ShellListView := Self;
H A Dlazdialogs.pas28 ShellListView: TShellListView;
145 ShellListView := TShellListView.Create(Self);
146 ShellListView.Parent := Self;
147 ShellListView.Left := 0;
148 ShellListView.Top := ShellTreeView.Height;
149 ShellListView.Width := Width;
151 ShellListView.Align := alClient;
153 ShellListView.ScrollBars := ssVertical;
181 FilterComboBox.ShellListView := ShellListView;
244 if ShellListView.Selected = nil then Exit;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dfilectrl.pp165 property ShellListView: TShellListView read FShellListView write SetShellListView;
193 property ShellListView;
H A Dshellctrls.pas95 property ShellListView: TCustomShellListView read FShellListView write SetShellListView; property
186 property ShellListView;
503 if Assigned(ShellListView) then
504 ShellListView.Root := FRoot;
588 ShellListView := nil;
1303 Tmp.ShellListView := nil;
1317 if Value.ShellListView <> Self then Value.ShellListView := Self;
H A Dlazdialogs.pas28 ShellListView: TShellListView;
145 ShellListView := TShellListView.Create(Self);
146 ShellListView.Parent := Self;
147 ShellListView.Left := 0;
148 ShellListView.Top := ShellTreeView.Height;
149 ShellListView.Width := Width;
151 ShellListView.Align := alClient;
153 ShellListView.ScrollBars := ssVertical;
181 FilterComboBox.ShellListView := ShellListView;
244 if ShellListView.Selected = nil then Exit;
[all …]
/dports/comms/gammu/gammu-1.42.0/contrib/win32/delphi7.gui/smsd/component/
H A DShellCtrls.pas219 property ShellListView: TCustomShellListView read FListView write SetListView; property
234 property ShellListView;
344 property ShellListView: TCustomShellListView read FListView write SetListView; property
356 property ShellListView;
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/examples/
H A Dwmf_mainform.pas26 ShellListView: TShellListView;
74 if ShellListView.Selected = nil then
H A Dwmf_mainform.lfm31 object ShellListView: TShellListView
63 ShellListView = ShellListView
/dports/editors/lazarus/lazarus/components/fpvectorial/examples/
H A Dwmf_mainform.pas26 ShellListView: TShellListView;
74 if ShellListView.Selected = nil then
H A Dwmf_mainform.lfm31 object ShellListView: TShellListView
63 ShellListView = ShellListView

12