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
Name | Description |
|---|---|
Text to be displayed within the column header | |
CaptionAlign determines the position of caption | |
Text as displayed in the column caption at runtime | |
CaptionType determines the type of caption | |
ColumnAlign specifies how columns are aligned | |
ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) | |
ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) | |
ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) | |
Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) | |
ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) | |
ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) | |
DisplayPosition determines the order of columns in the list | |
MinimumWidth sets the minimum width of a column | |
Name identifies the component Inherited from Object (PRIM_OBJT) | |
Owner owns this component Inherited from Object (PRIM_OBJT) | |
Reference to the property sheet containing the column | |
SortDirection controls how list is sorted | |
SortPosition determines the place of this column in the sort order | |
SortType controls how a column is sorted. | |
Name of the repository field used to define and store the data for this column | |
Show or hide the column | |
Width of the column. See WidthType | |
WidthType controls how the physical width is derived based on the width |
Events
Name | Description |
|---|---|
CreateInstance is signalled when an instance of a component is created Inherited from Property Sheet Column (PRIM_PRCL) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Property Sheet Column (PRIM_PRCL) |