Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Sep : How Can I looping in TObjects ?

www.cryer.info
Managed Newsgroup Archive

How Can I looping in TObjects ?

Subject:How Can I looping in TObjects ?
Posted by:"agnaldo" (super_bird_..@hotmail.com)
Date:13 Sep 2007 03:14:20

I have some object descend direct of TObjec, example:
TMyObject = class(TObject)
...
end;

How Cai I Find All objects from my Form ????

for i:= 0 to (All Objects in a Form ????)
  if (All Objects in a Form ????)[i] is TMyObject then
  do something ......

Thanks

Replies:

www.cryer.info
Managed Newsgroup Archive