TdxLayoutDropAreaPart Enum
Declaration
TdxLayoutDropAreaPart = (
apNone,
apLeft,
apTop,
apRight,
apBottom,
apBefore,
apAfter,
apBetween,
apNewLayout,
apLastChild
);
Members
Name |
---|
apNone
|
apLeft
|
apTop
|
apRight
|
apBottom
|
apBefore
|
apAfter
|
apBetween
|
apNewLayout
|
apLastChild
|
See Also