Property Sheet Column (PRIM_PRCL)

Property sheet column

Ancestors - Object (PRIM_OBJT)

Details

A column defines the data class and appearance of data in a list.
 
Columns control the sort order, caption, column headings and many other visual features of the control.
 
Lists are comprised of one or more columns, each using a diffent repository field as the source.

Example

Setting a column to be the primary sort.
#Column.SortPosition := 1

Properties

NameDescription
CaptionText to be displayed within the column header
CaptionAlignCaptionAlign determines the position of caption
CaptionTextText as displayed in the column caption at runtime
CaptionTypeCaptionType determines the type of caption
ColumnAlignColumnAlign specifies how columns are aligned
ComponentClassNameComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT)
ComponentMembersComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT)
ComponentPatternNameComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT)
ComponentTagGeneric space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT)
ComponentTypeComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT)
ComponentTypeNameComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT)
DisplayPositionDisplayPosition determines the order of columns in the list
MinimumWidthMinimumWidth sets the minimum width of a column
NameName identifies the component Inherited from Object (PRIM_OBJT)
OwnerOwner owns this component Inherited from Object (PRIM_OBJT)
ParentReference to the property sheet containing the column
SortDirectionSortDirection controls how list is sorted
SortPositionSortPosition determines the place of this column in the sort order
SortTypeSortType controls how a column is sorted.
SourceName of the repository field used to define and store the data for this column
VisibleShow or hide the column
WidthWidth of the column. See WidthType
WidthTypeWidthType controls how the physical width is derived based on the width

Events

NameDescription
CreateInstanceCreateInstance is signalled when an instance of a component is created Inherited from Property Sheet Column (PRIM_PRCL)
DestroyInstanceDestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Property Sheet Column (PRIM_PRCL)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2