Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Name | Description |
---|---|
Class TUndoImportPathline |
|
Class TframeModpathDisplay |
TPathlineLimits = (...); |
Colorlimits = 'Color limits'; |
Layer = 'Layer'; |
Row = 'Row'; |
Column = 'Column'; |
Times = 'Times'; |
Group = 'Group'; |
TableCaptions: array[Low(TPathlineLimits)..High(TPathlineLimits)] of string =
('', Colorlimits, Layer, Row, Column, Times, Group); |
TPathlineLimits = (...); |
Values
|
Colorlimits = 'Color limits'; |
Layer = 'Layer'; |
Row = 'Row'; |
Column = 'Column'; |
Times = 'Times'; |
Group = 'Group'; |
TableCaptions: array[Low(TPathlineLimits)..High(TPathlineLimits)] of string =
('', Colorlimits, Layer, Row, Column, Times, Group); |