jvcllaz: Fix JvXPBar demo crashing. Add inherited std LCL properties to TXPButton.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-20 14:19:26 +00:00
parent 1c2a502b58
commit 96d16e9e75
4 changed files with 88 additions and 49 deletions

View File

@ -3,6 +3,9 @@ program XPBarDemo;
{$MODE DELPHI}
uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
Forms, Interfaces,
MainFrm in 'MainFrm.pas' {frmMain};