Jump to content

UniTreeView SelectedIndex Çalışmıyor.


pro_imaj

Recommended Posts

Merhaba;

 

UniTreeView kullanmaya çalışıyorum fakat SelectedIndex le işlem yapamıyorum. Sadece aşağıdaki gibi isme göre yapıyorum buda hiç mantıklı olmuyor. Nasıl bir yol izlemem gerekiyor.

 

if TreeView.Selected.Text = 'Frame1' then  AddFrame( 'Tframe1' , 'Açıklama' );

 

Teşekkürler.

 

 

 

Link to comment
Share on other sites

Merhaba @Farshad

 

AllFeaturesDemo Main ekranındaki gibi aslında;

 

O örneği de inceliyorum fakat orası çok komplike.

 

AllFeaturesDemo Main ekranındaki gibi TreeView deki bir items'e tıklandığı zaman hangi Selected index'e tıklandığını alamıyorum.  Bunu almak istiyorum.

 

Teşekkürler.

İyi çalışmalar.

Link to comment
Share on other sites

Merhaba;

 

Sorunda tam burada başlıyor, neyi tıklarsam tıklayayım değer herzaman 0 geliyor.

 

procedure TMainForm.TreeViewClick(Sender: TObject);
var
I : Integer;
begin
 
 if TreeView.Selected<>nil then
 begin
    I := TreeView.Selected.SelectedIndex;
    ShowMessage(I.ToString);
 end;
 
 end;
Link to comment
Share on other sites

  • 2 weeks 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...