Class TRbwStringTreeCombo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRbwStringTreeCombo = class(TssCustomButtonEdit)

Description

no description available, TssCustomButtonEdit description follows

Delphi 2006

Hierarchy

Overview

Fields

Private FTree: TVirtualStringTree;
Private FDropDownHeight: integer;
Private FfrmTree: TfrmTree;
Private FFocusedNode: PVirtualNode;

Methods

Private procedure SetDropDownHeight(const Value: integer);
Private procedure EnsureForm;
Private procedure AssignDefaultGlyph;
Private procedure SetFocusedNode(const Value: PVirtualNode);
Protected procedure DoButtonClick; override;
Protected procedure Loaded; override;
Public Constructor Create(AnOwner: TComponent); override;

Properties

Public property FocusedNode: PVirtualNode read FFocusedNode write SetFocusedNode;
Published property Tree: TVirtualStringTree read FTree;
Published property DropDownHeight: integer read FDropDownHeight write SetDropDownHeight default 200;
Published property Anchors;
Published property AutoSelect;
Published property BorderStyle;
Published property Color;
Published property Ctl3d;
Published property DragCursor;
Published property DragMode;
Published property Enabled;
Published property Font;
Published property Glyph;
Published property HideSelection;
Published property NumGlyphs;
Published property ParentColor;
Published property ParentCtl3D;
Published property ParentFont;
Published property ParentShowHint;
Published property PopupMenu;
Published property ReadOnly;
Published property ShowHint;
Published property TabOrder;
Published property Text;
Published property Visible;
Published property OnChange;
Published property OnClick;
Published property OnDblClick;
Published property OnDragDrop;
Published property OnDragOver;
Published property OnEndDrag;
Published property OnEnter;
Published property OnExit;
Published property OnKeyDown;
Published property OnKeyPress;
Published property OnKeyUp;
Published property OnMouseDown;
Published property OnMouseMove;
Published property OnMouseUp;
Published property OnStartDrag;

Description

Fields

Private FTree: TVirtualStringTree;
 
Private FDropDownHeight: integer;
 
Private FfrmTree: TfrmTree;
 
Private FFocusedNode: PVirtualNode;
 

Methods

Private procedure SetDropDownHeight(const Value: integer);
 
Private procedure EnsureForm;
 
Private procedure AssignDefaultGlyph;
 
Private procedure SetFocusedNode(const Value: PVirtualNode);
 
Protected procedure DoButtonClick; override;

Private declarations

Protected procedure Loaded; override;
 
Public Constructor Create(AnOwner: TComponent); override;

Protected declarations

Properties

Public property FocusedNode: PVirtualNode read FFocusedNode write SetFocusedNode;
 
Published property Tree: TVirtualStringTree read FTree;

Public declarations

Published property DropDownHeight: integer read FDropDownHeight write SetDropDownHeight default 200;
 
Published property Anchors;
 
Published property AutoSelect;
 
Published property BorderStyle;
 
Published property Color;
 
Published property Ctl3d;
 
Published property DragCursor;
 
Published property DragMode;
 
Published property Enabled;
 
Published property Font;
 
Published property Glyph;
 
Published property HideSelection;
 
Published property NumGlyphs;
 
Published property ParentColor;
 
Published property ParentCtl3D;
 
Published property ParentFont;
 
Published property ParentShowHint;
 
Published property PopupMenu;
 
Published property ReadOnly;
 
Published property ShowHint;
 
Published property TabOrder;
 
Published property Text;
 
Published property Visible;
 
Published property OnChange;
 
Published property OnClick;
 
Published property OnDblClick;
 
Published property OnDragDrop;
 
Published property OnDragOver;
 
Published property OnEndDrag;
 
Published property OnEnter;
 
Published property OnExit;
 
Published property OnKeyDown;
 
Published property OnKeyPress;
 
Published property OnKeyUp;
 
Published property OnMouseDown;
 
Published property OnMouseMove;
 
Published property OnMouseUp;
 
Published property OnStartDrag;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00