You've already forked lazarus-ccr
tvplanit: More refactoring of TVpContactGridPainter
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -119,7 +119,9 @@ type
|
||||
FPendingDatastore: TVpCustomDatastore;
|
||||
// FRowHeight: Integer;
|
||||
FTextMargin: Integer;
|
||||
function GetDisplayEMailValue(AContact: TVpContact): String;
|
||||
procedure InternalSetDatastore(const Value: TVpCustomDatastore);
|
||||
procedure SetDisplayEMailValue(AContact: TVpContact; AEMail: String);
|
||||
procedure SetPopupMenu(AValue: TPopupMenu);
|
||||
procedure SetTextMargin(AValue: Integer);
|
||||
protected{ private }
|
||||
@@ -195,8 +197,6 @@ type
|
||||
function GetContactIndexByCoord(Pnt: TPoint): Integer;
|
||||
class function GetControlClassDefaultSize: TSize; override;
|
||||
function GetDisplayEMailField(AContact: TVpContact): String;
|
||||
function GetDisplayEMailValue(AContact: TVpContact): String;
|
||||
procedure SetDisplayEMailValue(AContact: TVpContact; AEMail: String);
|
||||
procedure KeyDown(var Key: Word; Shift: TShiftState); override;
|
||||
procedure MouseEnter; override;
|
||||
procedure MouseLeave; override;
|
||||
@@ -278,6 +278,7 @@ type
|
||||
|
||||
property ActiveContact: TVpContact read FActiveContact;
|
||||
property ContactIndex: Integer read FContactIndex write SetContactIndex;
|
||||
property DisplayEMailValue[AContact: TVpContact]: String read GetDisplayEMailValue write SetDisplayEMailValue;
|
||||
|
||||
// Unscaled some dimensions
|
||||
// property RowHeight: Integer read FRowHeight;
|
||||
|
Reference in New Issue
Block a user