Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Nov 18, 2024
1 parent f5d6cfb commit d5f6407
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Alcinoe.FMX.Edit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ TTextSettings = class(TALBaseTextSettings)
property Corners;
property Cursor default crIBeam;
//property DisableFocusEffect;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down
5 changes: 5 additions & 0 deletions Source/Alcinoe.FMX.Layouts.pas
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ TALLayout = class(TALControl)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -157,6 +158,7 @@ TScrollBar = class(TALCustomScrollBar)
//property ClipChildren;
//property ClipParent;
//property Cursor;
//property DoubleBuffered;
//property DragMode;
//property EnableDragHighlight;
//property Enabled;
Expand Down Expand Up @@ -303,6 +305,7 @@ TALScrollBox = class(TALCustomScrollBox)
//property ClipParent;
property Cursor;
property DisableMouseWheel;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -376,6 +379,7 @@ TALVertScrollBox = class(TALCustomScrollBox)
//property ClipParent;
property Cursor;
property DisableMouseWheel;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -450,6 +454,7 @@ TALHorzScrollBox = class(TALCustomScrollBox)
//property ClipParent;
property Cursor;
property DisableMouseWheel;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down
2 changes: 2 additions & 0 deletions Source/Alcinoe.FMX.Objects.pas
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ TALImage = class(TALControl)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -282,6 +283,7 @@ TAnimation = class(TALPersistentObserver)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down
8 changes: 8 additions & 0 deletions Source/Alcinoe.FMX.StdCtrls.pas
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ TALAniIndicator = class(TALControl)
//property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -686,6 +687,7 @@ TStateStyles = class(TALBaseStateStyles)
//property ClipChildren;
//property ClipParent;
//property Cursor;
//property DoubleBuffered;
//property DragMode;
//property EnableDragHighlight;
//property Enabled;
Expand Down Expand Up @@ -878,6 +880,7 @@ TThumbStateStyles = class(TALBaseCheckBox.TStateStyles)
property ClipChildren;
//property ClipParent;
property Cursor default crHandPoint;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -1353,6 +1356,7 @@ TStateStyles = class(TALBaseStateStyles)
//property ClipParent;
property Corners;
//property Cursor;
//property DoubleBuffered;
//property DragMode;
//property EnableDragHighlight;
//property Enabled;
Expand Down Expand Up @@ -1558,6 +1562,7 @@ TStateStyles = class(TALBaseStateStyles)
//property ClipParent;
property Corners;
property Cursor default crHandPoint;
//property DoubleBuffered;
//property DragMode;
//property EnableDragHighlight;
//property Enabled;
Expand Down Expand Up @@ -1827,6 +1832,7 @@ TALTrackBar = class(TALCustomTrack)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -1998,6 +2004,7 @@ TRangeMaxThumb = class(TThumb)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -2084,6 +2091,7 @@ TALScrollBar = class(TALCustomScrollBar)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down
2 changes: 2 additions & 0 deletions Source/Alcinoe.FMX.TabControl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ TALTabItem = class(TALControl)
property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down Expand Up @@ -221,6 +222,7 @@ TALTabControl = class(TALControl, IItemsContainer)
//property ClipChildren;
//property ClipParent;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down
1 change: 1 addition & 0 deletions Source/Alcinoe.FMX.VideoPlayer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ TALVideoPlayerSurface = class(TALBaseRectangle)
//property ClipParent;
property Corners;
property Cursor;
//property DoubleBuffered;
property DragMode;
property EnableDragHighlight;
property Enabled;
Expand Down

0 comments on commit d5f6407

Please sign in to comment.