mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 04:59:20 +01:00
TShellTreeView: publish properties StateImages, OnGetImageIndex and OnGetSelectedIndex. Patch by wp. Issue #0028539
git-svn-id: trunk@49686 -
This commit is contained in:
parent
66ea864afe
commit
e9b079631b
@ -135,6 +135,7 @@ type
|
||||
property ShowHint;
|
||||
property ShowLines;
|
||||
property ShowRoot;
|
||||
property StateImages;
|
||||
property TabOrder;
|
||||
property TabStop default True;
|
||||
property Tag;
|
||||
@ -156,6 +157,8 @@ type
|
||||
property OnExit;
|
||||
property OnExpanded;
|
||||
property OnExpanding;
|
||||
property OnGetImageIndex;
|
||||
property OnGetSelectedIndex;
|
||||
property OnKeyDown;
|
||||
property OnKeyPress;
|
||||
property OnKeyUp;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user