---------------------------------------------------------------------------
| 137 | } |
| 138 | //--------------------------------------------------------------------------- |
| 139 | void __fastcall TFileFr::Change(TObject *Sender) |
| 140 | { |
| 141 | if( bEnableValuesChange ) |
| 142 | { |
| 143 | if( OnValuesChange ) |
| 144 | OnValuesChange(this); |
| 145 | RotationEnable(); |
| 146 | } |
| 147 | } |
| 148 | //--------------------------------------------------------------------------- |
| 149 | void TFileFr::SetDefaultFile(bool b) |
| 150 | { |
nothing calls this directly
no outgoing calls
no test coverage detected