[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_listview.pas line 44
type TfpgLVColumn = class(TComponent) |
public |
constructor Create(); |
destructor Destroy; override; |
property Caption: ; [rw] |
property CaptionAlignment: TAlignment; [rw] |
property Alignment: TAlignment; [rw] |
property AutoSize: Boolean; [rw] |
property Width: Integer; [rw] |
property Height: Integer; [rw] |
property Visible: Boolean; [rw] |
property ColumnIndex: Integer; [rw] |
property Clickable: Boolean; [rw] |
property Resizable: Boolean; [rw] |
end; |
| |
TComponent |
? |
TObject |