From 214510635fcf4c37bef52ee7be7ab1be280e9d55 Mon Sep 17 00:00:00 2001 From: graemeg Date: Fri, 1 Feb 2008 21:52:46 +0000 Subject: * Fixed old Color property to TextColor. * Created new TfpgComponent class with TagPointer property. TagPointer is like TComponent.Tag but just a pointer instead of Integer. --- extras/tiopf/demos/ListControlDemo/frmMain.pas | 4 ++-- extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'extras') diff --git a/extras/tiopf/demos/ListControlDemo/frmMain.pas b/extras/tiopf/demos/ListControlDemo/frmMain.pas index 49797cfc..ddb9d91a 100644 --- a/extras/tiopf/demos/ListControlDemo/frmMain.pas +++ b/extras/tiopf/demos/ListControlDemo/frmMain.pas @@ -166,8 +166,8 @@ begin AgeTrackBar.ShowPosition := True; AgeTrackBar.Enabled := False; - CreateLabel(self, edtName.Right + 30, edtName.Top, 'These components observe the ').Color := clBlue; - CreateLabel(self, edtName.Right + 30, AgeTrackBar.Top-5, 'selected item of ComboBox').Color := clBlue; + CreateLabel(self, edtName.Right + 30, edtName.Top, 'These components observe the ').TextColor := clBlue; + CreateLabel(self, edtName.Right + 30, AgeTrackBar.Top-5, 'selected item of ComboBox').TextColor := clBlue; cbPeople := TfpgComboBox.Create(self); cbPeople.Top := AgeTrackBar.Bottom + 17; diff --git a/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi b/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi index 4a51b108..ce2c1eaf 100644 --- a/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi +++ b/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@ - + @@ -23,7 +23,7 @@ - + @@ -44,17 +44,17 @@ - + - + - + @@ -62,8 +62,9 @@ + - + -- cgit v1.2.3-70-g09d2