ich hätte auch ne frage. wie formatiere ich dann den ausgewählten breich zwischen selstart un sellength?
Delphi-Quellcode:
int scannedpos = 0;
scannedpos = Pos("<?", this->REdSourceCode->Text);
this->REdSourceCode->SelStart = scannedpos;
this->REdSourceCode->SelLength = 2;
this->REdSourceCode->SelAttributes->Color = clRed;