Jump to content

Recommended Posts

Posted

Arkadaşlar merhaba

ekteki resimdeki form listelerini delphi runtime kısmından nasıl ulaşabilirim. bir for dongusu ile sayısını alıp teker teker dolaşmak istiyorum isimler üzerinde.

post-2056-0-77691800-1474981298_thumb.png

Posted
  for I := 0 to UniSession.FormsList.Count - 1 do
    memInfo.Lines.Add( TUniBaseForm( UniSession.FormsList[I] ).Name );

Farshad bey merhaba.

bu kod ile form create edilmişse alabiliyorum. ama benim istediğim form create olmadan projede tanımlanmış tüm form listesine ulaşabilmek. bu mümkünmüdür acaba.

  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...