summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-10-26 11:39:27 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-10-26 11:39:27 +0200
commit2a4b03e5a49e4d904254acc075ead153b768c5c6 (patch)
tree2441179ddb1919a8b524f6ebd99ed0a7a4877c95 /src/corelib
parent95715dbf1cb4ffdf933b20ee924c842ca3514f63 (diff)
downloadfpGUI-2a4b03e5a49e4d904254acc075ead153b768c5c6.tar.xz
TfpImageList.Items[] property is now set as the default property for the class.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_imagelist.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_imagelist.pas b/src/corelib/fpg_imagelist.pas
index ac2c8bde..8804741d 100644
--- a/src/corelib/fpg_imagelist.pas
+++ b/src/corelib/fpg_imagelist.pas
@@ -73,7 +73,7 @@ type
procedure RemoveIndex(AIndex: integer);
function GetMaxItem: integer;
procedure Clear;
- property Items[AIndex: integer]: TfpgImageItem read GetItem write SetItem;
+ property Items[AIndex: integer]: TfpgImageItem read GetItem write SetItem; default;
property Count: integer read GetCount;
end;