FixedWidthImportCtrl

Categories: control,import/exportStatus: STABLEComponent logo
Author: Manuel MartinwxWidgets supported ports: all
Current maintainer: ManolowxWidgets supported versions: 2.8
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: A control for defining columns-widths in a file or block of text. The control displays the text and the user can set delimiters (marks). The widths these marks represent will be used to break each line into pieces.

Links for FixedWidthImportCtrl:


Screenshots

^ TOP

Description


Usage sample

^ TOP

// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
newcomp->SetAAAA("aaa");
newcomp->SetBBBB("bbb");

// inside this section we can use any character we want except
// for the single quote char: if you need to use it you should
// escape it in this way: '
newcomp->Show();

Documentation

^ TOP

The documentation for this component is available online here.


Known bugs

^ TOP

None. To submit a bug report please look at wxCode support page.


Future enhancements

^ TOP

None. To submit a feature request please look at wxCode support page.