diff --git a/source/uFMXBufferPanel.pas b/source/uFMXBufferPanel.pas index 7cac902e..a2f18bff 100644 --- a/source/uFMXBufferPanel.pas +++ b/source/uFMXBufferPanel.pas @@ -129,6 +129,10 @@ type property Scale; property Size; {$ENDIF} + {$IFNDEF DELPHI23_UP} + property Hint; + property ShowHint; + {$ENDIF} property OnEnter; property OnExit;