Class TrPopupDataList

Unit

Declaration

type TrPopupDataList = class(TPopupDataList)

Description

TPopupDataList for TrDBLookupComboBox to access Paint method

Hierarchy

  • TPopupDataList
  • TrPopupDataList

Overview

Methods

Public function GetMaxItemWidth: integer;

Properties

Public property ItemHeight: integer read FItemHeight write FItemHeight;
Public property ItemIncreaseHeight: integer read FItemIncreaseHeight write FItemIncreaseHeight;
Public property ItemIncreaseWidth: integer read FItemIncreaseWidth write FItemIncreaseWidth;
Public property GetListItemProps: TGetLookupListItemProps read FGetListItemProps write FGetListItemProps;
Public property OnProcessSearchKey: TKeyPressEvent read FProcessSearchKey write FProcessSearchKey;
Public property Canvas;

Description

Methods

Public function GetMaxItemWidth: integer;
 

Properties

Public property ItemHeight: integer read FItemHeight write FItemHeight;
 
Public property ItemIncreaseHeight: integer read FItemIncreaseHeight write FItemIncreaseHeight;
 
Public property ItemIncreaseWidth: integer read FItemIncreaseWidth write FItemIncreaseWidth;
 
Public property GetListItemProps: TGetLookupListItemProps read FGetListItemProps write FGetListItemProps;
 
Public property OnProcessSearchKey: TKeyPressEvent read FProcessSearchKey write FProcessSearchKey;
 
Public property Canvas;
 

Generated by PasDoc 0.15.0.