* code clean & refactoring

+ add ComponentPlatformsAttribute for MCK components (fix disabled components for platform Win64)

git-svn-id: https://svn.code.sf.net/p/kolmck/code@170 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2021-03-09 05:49:57 +00:00
parent aea6c4eb33
commit 2a0bcf1de0
6 changed files with 13 additions and 0 deletions

View File

@ -9,6 +9,7 @@ type
TDHTMLEditShowContextMenu = procedure(Sender: TObject; xPos: Integer; yPos: Integer) of object;
TDHTMLEditContextMenuAction = procedure(Sender: TObject; itemIndex: Integer) of object;
{$IFDEF _DXE2orHigher}[ComponentPlatformsAttribute(pidWin32 or pidWin64)]{$ENDIF}
TDHTMLEDIT = class(TKOLCustomControl)
private
fBrowseMode: boolean;