property constant | can read | can write | persi stent | type | default | min | max | usage |
---|---|---|---|---|---|---|---|---|
PLP_MySQLErrorNumber | √ | int | Error code from last MySQL call | |||||
PLP_MySQLErrorMessage | √ | text | Error text from last MySQL call |
property constant | can read | can write | persi stent | type | default | min | max | usage |
---|---|---|---|---|---|---|---|---|
PLP_FrameColor | √ | √ | √ | color | See PL_SetFrame | |||
PLP_FrameWidth | √ | √ | √ | real | 0 | 1 | See PL_SetFrame | |
PLP_HeaderDivColor | √ | √ | √ | color | ||||
PLP_HeaderDivThickness | √ | √ | √ | real | 0 | 1 | ||
PLP_MinimumAreaHeight | √ | √ | √ | int | 0 | 0 | 1024 | Start a new page at the beginning if available space is less than this value (in points) See PL_SetHeight |
PLP_PageEndCallback | √ | √ | √ | text | Method to be called at end of a page See PL_SetPageProc |
|||
PLP_PrintHeaders | √ | √ | √ | int | 0 | 2 | 0 = no, 1 = first page, 2 = every page See PL_SetHdrOpts |
|
PLP_PrintLastBreak | √ | √ | √ | Start a new page after printing this area See PL_SetBreakOpts |
||||
PLP_Column_RepeatValues | √ | √ | √ | bool | true (1) | |||
PLP_ShrinkArea | √ | √ | √ | bool | false (0) | When the columns do not need the whole area width: shrink the area (instead of enlarging the last column to fit the area) |
(other than ALP_Break XXX properties)
property constant | can read | can write | persi stent | type | default | min | max | usage |
---|---|---|---|---|---|---|---|---|
PLP_BreakDivWidth | √ | √ | √ | real | 0 | 1 | ||
PLP_BreakDivColor | √ | √ | √ | color | ||||
PLP_Break_Page | √ | √ | √ | bool | See PL_SetPageBreak | |||
PLP_Break_LineShowColumnDivider | √ | √ | √ | bool | ||||
PLP_Break_LineThickness | √ | √ | √ | real | 0 | 0 | 2 | Range is 0.0 - 1.0 or 2.0 |
PLP_Break_LineColor | √ | √ | √ | color |