properties cpLineNr, Color etc

  • Hello,

    Where are properties like cpLineNr, Color and font now accessed.
    Has WpWordConv been included in another module as I can't find it.

    Regards
    L.H.

    • Offizieller Beitrag

    The he CP* properties are defined in the memo control, unit WPCTRMemo.

    this properties currently exist:

    property CPXPos: Integer
    property CPYPos: Integer
    property CPParNr: Integer
    property CPColNr: Integer
    property CPLine: string
    property CPPar: string
    property CPPosInPar: Integer
    property CPWord: string
    property CPPage: Integer

    CPLineNr will be in the next release. You can use GetPosition(dummy1, linenr, dummy2, dummy3) to read it at present.

    The WPWordConv unit is curerently not enabled.