jvcllaz: Check packages and demos for Laz 1.8.4 / 2.0.0 / 2.0.2 / trunk and FPC 3.0.4 / FPC 3.2 / trunk. 32-bit, Laz 2.0.2/FPC 3.2 64 bit. Make fixes needed.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6971 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-29 23:35:34 +00:00
parent 35b4753bbc
commit a67a3f9d55
89 changed files with 441 additions and 327 deletions

View File

@ -37,7 +37,8 @@ unit JvBaseEdits;
interface
uses
Classes, SysUtils, EditBtn, LMessages, CalcForm, Forms, GroupedEdit;
Classes, SysUtils, EditBtn, LMessages, LCLVersion, Forms,
CalcForm, GroupedEdit;
type
@ -173,9 +174,11 @@ type
property ButtonWidth;
property Glyph;
property NumGlyphs;
{$IF LCL_FullVersion >= 2000000}
property Images;
property ImageIndex;
property ImageWidth;
{$IFEND}
property Action;
property DirectInput;
property FocusOnButtonClick;
@ -254,9 +257,11 @@ type
property DragKind;
property Glyph;
property NumGlyphs;
{$IF LCL_FullVersion >= 2000000}
property Images;
property ImageIndex;
property ImageWidth;
{$IFEND}
property Flat;
property ParentBiDiMode;
property OnEndDock;