TdxTileControlDragItemInfo.SourceGroup Property
In This Article
Provides access to the tile group where one or more currently dragged tiles were originally located.
#Declaration
Delphi
property SourceGroup: TdxTileControlGroup read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to identify the original group of the dragged tile(s) and/or adjust its settings within an event handler.
See Also