Home
last modified time | relevance | path

Searched refs:ListSource (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/editors/lazarus/lazarus/components/tachart/demo/financial/
H A Dmain.pas98 FinancialChart.BottomAxis.Marks.Source := ohlcSeries.ListSource;
133 FormatDateTime('dddddd', StrToDate(ser.ListSource[ATool.PointIndex]^.Text)),
134 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexOpen),
135 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
136 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
137 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexClose)
163 FormatDateTime('dddddd', StrToDate(ser.ListSource[idx]^.Text)),
165 ser.ListSource[idx]^.GetY(yidx)
184 x := FinancialChart.XGraphToImage(ser.ListSource[ATool.PointIndex]^.X);
185 y := FinancialChart.YGraphToImage(ser.ListSource[ATool.PointIndex]^.YList[2]);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/financial/
H A Dmain.pas98 FinancialChart.BottomAxis.Marks.Source := ohlcSeries.ListSource;
133 FormatDateTime('dddddd', StrToDate(ser.ListSource[ATool.PointIndex]^.Text)),
134 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexOpen),
135 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
136 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
137 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexClose)
162 FormatDateTime('dddddd', StrToDate(ser.ListSource[idx]^.Text)),
164 ser.ListSource[idx]^.GetY(yidx)
183 x := FinancialChart.XGraphToImage(ser.ListSource[ATool.PointIndex]^.X);
184 y := FinancialChart.YGraphToImage(ser.ListSource[ATool.PointIndex]^.YList[2]);
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/financial/
H A Dmain.pas98 FinancialChart.BottomAxis.Marks.Source := ohlcSeries.ListSource;
133 FormatDateTime('dddddd', StrToDate(ser.ListSource[ATool.PointIndex]^.Text)),
134 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexOpen),
135 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
136 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
137 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexClose)
163 FormatDateTime('dddddd', StrToDate(ser.ListSource[idx]^.Text)),
165 ser.ListSource[idx]^.GetY(yidx)
184 x := FinancialChart.XGraphToImage(ser.ListSource[ATool.PointIndex]^.X);
185 y := FinancialChart.YGraphToImage(ser.ListSource[ATool.PointIndex]^.YList[2]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/financial/
H A Dmain.pas98 FinancialChart.BottomAxis.Marks.Source := ohlcSeries.ListSource;
133 FormatDateTime('dddddd', StrToDate(ser.ListSource[ATool.PointIndex]^.Text)),
134 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexOpen),
135 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
136 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexHigh),
137 ser.ListSource[ATool.PointIndex]^.GetY(ser.YIndexClose)
162 FormatDateTime('dddddd', StrToDate(ser.ListSource[idx]^.Text)),
164 ser.ListSource[idx]^.GetY(yidx)
183 x := FinancialChart.XGraphToImage(ser.ListSource[ATool.PointIndex]^.X);
184 y := FinancialChart.YGraphToImage(ser.ListSource[ATool.PointIndex]^.YList[2]);
/dports/editors/lazarus/lazarus/components/lazreport/source/addons/DialogControls/
H A Dlrdbdialogcontrols.pas70 property ListSource:string read GetListSource write SetListSource; property
138 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(OwnerForm, D);
144 …if Assigned(TDBLookupComboBox(FControl).ListSource) and Assigned(TDBLookupComboBox(FControl).ListS…
145 …TDBLookupComboBox(FControl).ListSource.DataSet.Locate(TDBLookupComboBox(FControl).KeyField, TDBLoo…
191 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(D.Owner, D);
203 … TDBLookupComboBox(FControl).ListSource:=TLRDataSetControl(OwnerPage.Objects[i]).lrDataSource;
263 if Assigned(TDBLookupComboBox(L.Control).ListSource) then
264 frGetFieldNames(TfrTDataSet(TDBLookupComboBox(L.Control).ListSource.DataSet) , Values);
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/addons/DialogControls/
H A Dlrdbdialogcontrols.pas70 property ListSource:string read GetListSource write SetListSource; property
138 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(OwnerForm, D);
144 …if Assigned(TDBLookupComboBox(FControl).ListSource) and Assigned(TDBLookupComboBox(FControl).ListS…
145 …TDBLookupComboBox(FControl).ListSource.DataSet.Locate(TDBLookupComboBox(FControl).KeyField, TDBLoo…
191 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(D.Owner, D);
203 … TDBLookupComboBox(FControl).ListSource:=TLRDataSetControl(OwnerPage.Objects[i]).lrDataSource;
263 if Assigned(TDBLookupComboBox(L.Control).ListSource) then
264 frGetFieldNames(TfrTDataSet(TDBLookupComboBox(L.Control).ListSource.DataSet) , Values);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/DialogControls/
H A Dlrdbdialogcontrols.pas70 property ListSource:string read GetListSource write SetListSource; property
138 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(OwnerForm, D);
144 …if Assigned(TDBLookupComboBox(FControl).ListSource) and Assigned(TDBLookupComboBox(FControl).ListS…
145 …TDBLookupComboBox(FControl).ListSource.DataSet.Locate(TDBLookupComboBox(FControl).KeyField, TDBLoo…
191 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(D.Owner, D);
203 … TDBLookupComboBox(FControl).ListSource:=TLRDataSetControl(OwnerPage.Objects[i]).lrDataSource;
263 if Assigned(TDBLookupComboBox(L.Control).ListSource) then
264 frGetFieldNames(TfrTDataSet(TDBLookupComboBox(L.Control).ListSource.DataSet) , Values);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/DialogControls/
H A Dlrdbdialogcontrols.pas70 property ListSource:string read GetListSource write SetListSource; property
138 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(OwnerForm, D);
144 …if Assigned(TDBLookupComboBox(FControl).ListSource) and Assigned(TDBLookupComboBox(FControl).ListS…
145 …TDBLookupComboBox(FControl).ListSource.DataSet.Locate(TDBLookupComboBox(FControl).KeyField, TDBLoo…
191 TDBLookupComboBox(FControl).ListSource:=frGetDataSource(D.Owner, D);
203 … TDBLookupComboBox(FControl).ListSource:=TLRDataSetControl(OwnerPage.Objects[i]).lrDataSource;
263 if Assigned(TDBLookupComboBox(L.Control).ListSource) then
264 frGetFieldNames(TfrTDataSet(TDBLookupComboBox(L.Control).ListSource.DataSet) , Values);
/dports/editors/lazarus/lazarus/components/tachart/demo/datapointtools/
H A Dmain.pas165 OHLCSeries.ListSource.YCount := 4;
166 OHLCSeries.ListSource.Sorted := true;
175 OHLCSeries.ListSource.Sorted := false;
177 BoxWhiskerSeries.ListSource.YCount := 5;
178 BoxWhiskerSeries.ListSource.Sorted := true;
188 BoxWhiskerSeries.ListSource.Sorted := true;
190 BubbleSeries.ListSource.YCount := 3;
205 FieldSeries.ListSource.XCount := 2;
206 FieldSeries.ListSource.YCount := 2;
215 PieSeries.ListSource.Clear;
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/datapointtools/
H A Dmain.pas165 OHLCSeries.ListSource.YCount := 4;
166 OHLCSeries.ListSource.Sorted := true;
175 OHLCSeries.ListSource.Sorted := false;
177 BoxWhiskerSeries.ListSource.YCount := 5;
178 BoxWhiskerSeries.ListSource.Sorted := true;
188 BoxWhiskerSeries.ListSource.Sorted := true;
190 BubbleSeries.ListSource.YCount := 3;
205 FieldSeries.ListSource.XCount := 2;
206 FieldSeries.ListSource.YCount := 2;
215 PieSeries.ListSource.Clear;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/datapointtools/
H A Dmain.pas164 OHLCSeries.ListSource.YCount := 4;
165 OHLCSeries.ListSource.Sorted := true;
174 OHLCSeries.ListSource.Sorted := false;
176 BoxWhiskerSeries.ListSource.YCount := 5;
177 BoxWhiskerSeries.ListSource.Sorted := true;
187 BoxWhiskerSeries.ListSource.Sorted := true;
189 BubbleSeries.ListSource.YCount := 3;
204 FieldSeries.ListSource.XCount := 2;
205 FieldSeries.ListSource.YCount := 2;
214 PieSeries.ListSource.Clear;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/datapointtools/
H A Dmain.pas164 OHLCSeries.ListSource.YCount := 4;
165 OHLCSeries.ListSource.Sorted := true;
174 OHLCSeries.ListSource.Sorted := false;
176 BoxWhiskerSeries.ListSource.YCount := 5;
177 BoxWhiskerSeries.ListSource.Sorted := true;
187 BoxWhiskerSeries.ListSource.Sorted := true;
189 BubbleSeries.ListSource.YCount := 3;
204 FieldSeries.ListSource.XCount := 2;
205 FieldSeries.ListSource.YCount := 2;
214 PieSeries.ListSource.Clear;
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_forms/
H A DOListBoxModel.java146 NamedValue ListSource = new NamedValue(); in initialize() local
147 ListSource.Name = "ListSource"; in initialize()
148 ListSource.Value = new String[] { in initialize()
150 super.m_propertiesToSet.add(ListSource); in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_forms/
H A DOListBoxModel.java146 NamedValue ListSource = new NamedValue(); in initialize() local
147 ListSource.Name = "ListSource"; in initialize()
148 ListSource.Value = new String[] { in initialize()
150 super.m_propertiesToSet.add(ListSource); in initialize()
/dports/editors/lazarus/lazarus/components/tachart/demo/fit/
H A DMain.pas252 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent
254 FitSeries.ListSource.YErrorBarData.Kind := ebkChartSource;
255 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
259 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
379 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent;
382 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
607 FitSeries.ListSource.YCount := 2;
609 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
611 FitSeries.ListSource.YCount := 1;
612 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/tachart/demo/fit/
H A DMain.pas252 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent
254 FitSeries.ListSource.YErrorBarData.Kind := ebkChartSource;
255 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
259 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
379 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent;
382 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
607 FitSeries.ListSource.YCount := 2;
609 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
611 FitSeries.ListSource.YCount := 1;
612 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/fit/
H A DMain.pas299 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent
301 FitSeries.ListSource.YErrorBarData.Kind := ebkChartSource;
302 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
306 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
448 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent;
451 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
695 FitSeries.ListSource.YCount := 2;
697 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
699 FitSeries.ListSource.YCount := 1;
700 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/fit/
H A DMain.pas299 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent
301 FitSeries.ListSource.YErrorBarData.Kind := ebkChartSource;
302 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
306 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
448 FitSeries.ListSource.YErrorBarData.Kind := ebkPercent;
451 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
695 FitSeries.ListSource.YCount := 2;
697 FitSeries.ListSource.YErrorBarData.IndexPlus := 1;
699 FitSeries.ListSource.YCount := 1;
700 FitSeries.ListSource.YErrorBarData.Kind := ebkNone;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DListBindingHelperTest.cs48 ListSource lsource = new ListSource (true); in GetListTest()
66 lsource = new ListSource (false); in GetListTest()
124 internal class ListSource : IListSource class in MonoTests.System.Windows.Forms.ListBindingHelperTest
128 public ListSource (bool containsCollection) in ListSource() method in MonoTests.System.Windows.Forms.ListBindingHelperTest.ListSource
247 properties = ListBindingHelper.GetListItemProperties (new ListSource (true)); in GetListItemPropertiesTest()
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtacustomseries.pas705 Result := ListSource.Count;
725 ListSource.SetYList(Result, AYList);
773 ListSource.BeginUpdate;
778 ListSource.Clear;
807 ListSource.Delete(AIndex);
821 ListSource.EndUpdate;
1025 ListSource.SetColor(AIndex, AColor);
1064 ListSource.SetText(AIndex, AValue);
1069 ListSource.SetXValue(AIndex, AValue);
1082 ListSource.SetYValue(AIndex, AValue);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtacustomseries.pas705 Result := ListSource.Count;
725 ListSource.SetYList(Result, AYList);
773 ListSource.BeginUpdate;
778 ListSource.Clear;
807 ListSource.Delete(AIndex);
821 ListSource.EndUpdate;
1025 ListSource.SetColor(AIndex, AColor);
1064 ListSource.SetText(AIndex, AValue);
1069 ListSource.SetXValue(AIndex, AValue);
1082 ListSource.SetYValue(AIndex, AValue);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl39 property and the corresponding values in the ListBox::ListSource
105 <p>Depending on the value of this property, the way the value of ListBox::ListSource
109 <dd>The elements in the string sequence in ListBox::ListSource
113 <dd>The first element of the string sequence in ListBox::ListSource
117 <dd>The first element of the string sequence in ListBox::ListSource
124 <dd>The first element of the string sequence in ListBox::ListSource
128 <dd>The first element of the string sequence in ListBox::ListSource
134 <dd>The first element of the string sequence in ListBox::ListSource
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl39 property and the corresponding values in the ListBox::ListSource
105 <p>Depending on the value of this property, the way the value of ListBox::ListSource
109 <dd>The elements in the string sequence in ListBox::ListSource
113 <dd>The first element of the string sequence in ListBox::ListSource
117 <dd>The first element of the string sequence in ListBox::ListSource
124 <dd>The first element of the string sequence in ListBox::ListSource
128 <dd>The first element of the string sequence in ListBox::ListSource
134 <dd>The first element of the string sequence in ListBox::ListSource
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtacustomseries.pas744 Result := ListSource.Count;
764 ListSource.SetYList(Result, AYList);
812 ListSource.BeginUpdate;
830 ListSource.Clear;
862 ListSource.Delete(AIndex);
876 ListSource.EndUpdate;
1101 ListSource.SetColor(AIndex, AColor);
1144 ListSource.SetText(AIndex, AValue);
1149 ListSource.SetXValue(AIndex, AValue);
1162 ListSource.SetYValue(AIndex, AValue);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtacustomseries.pas744 Result := ListSource.Count;
764 ListSource.SetYList(Result, AYList);
812 ListSource.BeginUpdate;
830 ListSource.Clear;
862 ListSource.Delete(AIndex);
876 ListSource.EndUpdate;
1101 ListSource.SetColor(AIndex, AColor);
1144 ListSource.SetText(AIndex, AValue);
1149 ListSource.SetXValue(AIndex, AValue);
1162 ListSource.SetYValue(AIndex, AValue);
[all …]

12345678910>>...13