Table of Contents

TTMSFNCDataGridCellControlAlign Enumeration

Determines how an embedded control is docked inside its host cell.

API unit family: TMSFNCDataGridCell

Members

Name Description
gcaNone No docking; the control is placed by ControlPosition instead.
gcaLeft Docks the control to the left edge of the cell.
gcaTop Docks the control to the top edge of the cell.
gcaRight Docks the control to the right edge of the cell.
gcaBottom Docks the control to the bottom edge of the cell.
gcaClient Stretches the control to fill the entire cell content area.