ComCtrls.TListItem.Position

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ComCtrls.pas

	property Position: TPoint read GetPosition write SetPosition;


Unit: ComCtrls

Type: property

Visibility: public

Member Of: TListItem

C++ Information

From ComCtrls.hpp

	__property Types::TPoint Position = {read=GetPosition,write=SetPosition};


Unit: ComCtrls

Type: property

Visibility: public

Member Of: TListItem

Description

Specifies the position of the list item.


Use Position to get or set the position of the list item. Position indicates the position, in client coordinates, of the list item's icon in the client area of the parent list view.

Note:  Position has no effect unless the list view has a ViewStyle of vsIcon or vsSmallIcon.

See Also

Personal tools
Translations
Newest Version